lint
This commit is contained in:
parent
c343389c39
commit
fdb60967cf
1 changed files with 4 additions and 4 deletions
8
setup.py
8
setup.py
|
@ -14,11 +14,11 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
|
||||||
with open('requirements.txt') as f:
|
with open('requirements.txt') as f:
|
||||||
install_requires = f.read().splitlines()
|
install_requires = f.read().splitlines()
|
||||||
|
|
||||||
with open('README.rst', 'r', encoding='utf-8') as rm_file:
|
# with open('README.rst', 'r', encoding='utf-8') as rm_file:
|
||||||
readme = rm_file.read()
|
# readme = rm_file.read()
|
||||||
|
|
||||||
with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
|
# with open('HISTORY.rst', 'r', encoding='utf-8') as hist_file:
|
||||||
history = hist_file.read()
|
# history = hist_file.read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mega.py',
|
name='mega.py',
|
||||||
|
|
Loading…
Reference in a new issue