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 30acca9 commit 776463eCopy full SHA for 776463e
setup.py
@@ -6,7 +6,7 @@
6
version_str = ".".join(str(n) for n in __version__)
7
8
9
-with open("README.md", "r", encoding="utf-8") as fh:
+with open("README.rst", "r", encoding="utf-8") as fh:
10
long_description = fh.read()
11
12
0 commit comments