From ecf0f2928b565537ecaeb48bd95b82f5d075ca0d Mon Sep 17 00:00:00 2001 From: Sam Friedman Date: Fri, 18 Feb 2022 13:19:25 -0600 Subject: [PATCH] add long_description_content_type to setup.cfg so that pypi can render readme correctly --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 812a88a..9260a8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -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 @@ -42,7 +43,7 @@ zip_safe = False [options.extras_require] dev = - Cython + Cython>=0.29.24 pytest>=6.2.5 pytest-html pytest-cov