We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61174b commit 8ff3affCopy full SHA for 8ff3aff
1 file changed
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
try:
4
- with open("README.md") as f:
+ with open("README.rst") as f:
5
long_description = f.read()
6
except OSError:
7
long_description = ""
0 commit comments