From 52f82bdd7b1b1b4ec30c812a4774a6dc56228205 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 9 Dec 2015 08:20:24 +0100 Subject: [PATCH] [fix] need to read the file first --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0bcd3d..087e698 100644 --- a/setup.py +++ b/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+',