README is an rst, not md
This commit is contained in:
parent
788eeaa012
commit
0b5ce06d8b
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
|||||||
HERE = os.path.abspath(os.path.dirname(__file__))
|
HERE = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
def load_readme():
|
def load_readme():
|
||||||
with io.open(os.path.join(HERE, "README.md"), "rt", encoding="utf8") as f:
|
with io.open(os.path.join(HERE, "README.rst"), "rt", encoding="utf8") as f:
|
||||||
return f.read()
|
return f.read()
|
||||||
|
|
||||||
def load_about():
|
def load_about():
|
||||||
|
Loading…
Reference in New Issue
Block a user