From 11334308564759eef4449bec8e2b50f58f517017 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Wed, 7 Nov 2012 22:06:56 +0100 Subject: [PATCH] Fix bug in install script --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e61bff..9410c60 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ setup(name='pytahoe', url='http://cryto.net/pytahoe', packages=['pytahoe'], provides=['pytahoe'], - requires=['fs', 'requests'] + install_requires=['fs', 'requests'] )