Skip to content

Commit

Permalink
add long_description_content_type to setup.cfg so that pypi can rende…
Browse files Browse the repository at this point in the history
…r readme correctly
  • Loading branch information
samtx committed Feb 18, 2022
1 parent 7ccb9f1 commit ecf0f29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ author = Sam Friedman
#author_email = None
description = Predict upcoming satellite overpasses
long_description = file: README.md
long_description_content_type = text/markdown
url = https://www.github.com/samtx/passpredict
license = MIT
license_files: LICENSE
Expand All @@ -27,7 +28,7 @@ python_requires = >=3.8
install_requires =
sgp4>=2.12
numpy>=1.22
scipy>=1.7.3
scipy
orbit-predictor
click
rich
Expand All @@ -42,7 +43,7 @@ zip_safe = False

[options.extras_require]
dev =
Cython
Cython>=0.29.24
pytest>=6.2.5
pytest-html
pytest-cov
Expand Down

0 comments on commit ecf0f29

Please sign in to comment.