This commit is contained in:
Richard O'Dwyer 2019-10-16 22:51:42 +01:00
parent c343389c39
commit fdb60967cf

View file

@ -14,11 +14,11 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
with open('requirements.txt') as f:
install_requires = f.read().splitlines()
with open('README.rst', 'r', encoding='utf-8') as rm_file:
readme = rm_file.read()
# with open('README.rst', 'r', encoding='utf-8') as rm_file:
# readme = rm_file.read()
with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
history = hist_file.read()
# with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
# history = hist_file.read()
setup(
name='mega.py',