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 803c683 commit 401f956Copy full SHA for 401f956
setup.py
@@ -1,7 +1,7 @@
1
import os
2
from setuptools import find_packages, setup
3
4
-with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
+with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
5
README = readme.read()
6
7
# allow setup.py to be run from any path
0 commit comments