Skip to content

Commit

Permalink
Fix syntax in setup.cfg for long_description_content_type
Browse files Browse the repository at this point in the history
  • Loading branch information
jgieseler committed Nov 6, 2024
1 parent 0b73d83 commit 27b6af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = BSD 3-clause
license_files = licenses/LICENSE.rst
url = https://github.com/jgieseler/solarmach
description = Multi-spacecraft longitudinal configuration plotter
long_description_content_type="text/x-rst",
long_description_content_type=text/x-rst,
long_description = file: README.rst
project_urls=
Documentation = https://solarmach.readthedocs.io
Expand Down

0 comments on commit 27b6af7

Please sign in to comment.