mirror of
https://github.com/wassname/psaw.git
synced 2026-09-09 11:30:51 +08:00
Fixed ref to readme in setup.py
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user