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 efb33f2 commit 41f3570Copy full SHA for 41f3570
setup.py
@@ -5,7 +5,7 @@
5
from setuptools import find_packages
6
from setuptools import setup
7
8
-with open("README.rst") as readme_file:
+with open("README.md") as readme_file:
9
readme = readme_file.read()
10
11
requirements = [
0 commit comments