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 06203ac commit 47122b5Copy full SHA for 47122b5
setup.py
@@ -34,7 +34,7 @@ def read_requirements(filename):
34
install_requires=requirements,
35
license="GPL-3.0 License",
36
long_description=README,
37
- long_description_content_type="text/x-rst",
+ # long_description_content_type="text/x-rst",
38
url="https://github.com/interactions-py/library",
39
packages=find_packages(),
40
include_package_data=True,
0 commit comments