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 c3a9636 commit 3c04e04Copy full SHA for 3c04e04
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
from distutils.core import setup
5
6
with open('README.md') as f:
7
- longdesc = f.read()
+ longdesc = f.read()
8
9
version = '0.0.0'
10
0 commit comments