[fix] need to read the file first
This commit is contained in:
parent
c75b2197f3
commit
52f82bdd7b
2
setup.py
2
setup.py
@ -10,7 +10,7 @@ setup(name='prosopopee',
|
||||
#long_description='',
|
||||
author_email='cortex@worlddomination.be',
|
||||
url='https://github.com/Psycojoker/prosopopee',
|
||||
install_requires=open("./requirements.txt", "r").split(),
|
||||
install_requires=open("./requirements.txt", "r").read().split(),
|
||||
packages=[],
|
||||
py_modules=[],
|
||||
license= 'GPLv3+',
|
||||
|
Loading…
x
Reference in New Issue
Block a user