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 39d2689 commit 876b2beCopy full SHA for 876b2be
requirements.txt
@@ -12,4 +12,3 @@ requests==2.6.0
12
six==1.9.0
13
wsgiref==0.1.2
14
ecdsa==0.13
15
-
setup.py
@@ -7,7 +7,7 @@
7
from setuptools import setup
8
9
10
-with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
+with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
11
long_description = readme.read()
0 commit comments