Fixed ref to readme in setup.py

This commit is contained in:
David Marx
2018-04-14 19:37:33 -07:00
parent df92547021
commit 08a70e7a24
+1 -1
View File
@@ -5,7 +5,7 @@ import re
PACKAGE_NAME='psaw'
HERE = path.abspath(path.dirname(__file__))
with open(path.join(HERE, 'README.md'), encoding='utf-8') as fp:
with open(path.join(HERE, 'README.rst'), encoding='utf-8') as fp:
README = fp.read()
with open(path.join(HERE, PACKAGE_NAME, '__init__.py'),