Use MD file instead of TXT
This commit is contained in:
2
setup.py
2
setup.py
@@ -3,7 +3,7 @@ import os
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
with open(os.path.join(here, 'README.txt')) as f:
|
with open(os.path.join(here, 'README.md')) as f:
|
||||||
README = f.read()
|
README = f.read()
|
||||||
with open(os.path.join(here, 'CHANGES.txt')) as f:
|
with open(os.path.join(here, 'CHANGES.txt')) as f:
|
||||||
CHANGES = f.read()
|
CHANGES = f.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user