We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebc254 commit d6f92aeCopy full SHA for d6f92ae
setup.py
@@ -42,6 +42,7 @@ def readfile(filename):
42
readfile(os.path.join(os.path.dirname(__file__), "README.md")),
43
install_requires=\
44
readfile(os.path.join(os.path.dirname(__file__), "requirements.txt")),
45
+ long_description_content_type="text/markdown",
46
extras_require={
47
"tests": [
48
"httpretty>=0.8.10",
0 commit comments