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 b51c093 commit b194decCopy full SHA for b194dec
setup.cfg
@@ -1,5 +1,2 @@
1
-[metadata]
2
-description-file = README.md
3
-
4
[bdist_wheel]
5
universal = 1
setup.py
@@ -37,6 +37,7 @@ def generate_console_scripts():
37
license="Apache-2.0",
38
platforms=["all"],
39
long_description=read_long_description(),
40
+ long_description_content_type="text/x-rst",
41
packages=find_packages(),
42
package_data={"twtoolbox": ["defaults.cfg"]},
43
entry_points={"console_scripts": generate_console_scripts()},
0 commit comments