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.
2 parents aa54856 + 3f946d1 commit 0220fa5Copy full SHA for 0220fa5
setup.py
@@ -80,5 +80,6 @@ def get_cmdclass():
80
ext_modules=get_ext_modules(),
81
cmdclass=get_cmdclass(),
82
long_description=long_description,
83
+ long_description_content_type="text/markdown",
84
classifiers=["Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License",],
85
)
0 commit comments