We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8666a5 commit e83dc14Copy full SHA for e83dc14
setup.py
@@ -16,15 +16,15 @@ def get_version():
16
name="sphinx-tabs",
17
version=get_version(),
18
description="Tabbed views for Sphinx",
19
- long_description=open("README.md").read(),
+ long_description=long_description,
20
long_description_content_type="text/markdown",
21
author="djungelorm",
22
author_email="djungelorm@users.noreply.github.com",
23
packages=["sphinx_tabs"],
24
include_package_data=True,
25
url="https://github.com/executablebooks/sphinx-tabs",
26
license="MIT",
27
- python_requires="~=3.7",
+ python_requires=">=3.7",
28
install_requires=["sphinx", "pygments", "docutils"],
29
extras_require={
30
"testing": [
0 commit comments