We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b16e8 commit 317961fCopy full SHA for 317961f
setup.py
@@ -1,4 +1,6 @@
1
#!/usr/bin/env python
2
from setuptools import setup
3
4
-setup()
+setup(
5
+ long_description_content_type='text/markdown'
6
+)
0 commit comments