diff --git a/setup.py b/setup.py index 924a140..656343e 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def get_version(): name="sphinx-tabs", version=get_version(), description="Tabbed views for Sphinx", - long_description=open("README.md").read(), + long_description=long_description, long_description_content_type="text/markdown", author="djungelorm", author_email="djungelorm@users.noreply.github.com", @@ -24,7 +24,7 @@ def get_version(): include_package_data=True, url="https://github.com/executablebooks/sphinx-tabs", license="MIT", - python_requires="~=3.7", + python_requires=">=3.7", install_requires=["sphinx", "pygments", "docutils"], extras_require={ "testing": [