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 b19f2a4 commit 8aa1813Copy full SHA for 8aa1813
custom_templates/setup.mustache
@@ -29,5 +29,6 @@ setup(
29
install_requires=REQUIRES,
30
packages=find_packages(exclude=["test", "tests"]),
31
include_package_data=True,
32
- long_description=long_description
+ long_description=long_description,
33
+ long_description_content_type='text/markdown'
34
)
setup.py
@@ -40,5 +40,6 @@
40
41
42
43
44
45
0 commit comments