From 708cb74f44f85ca4e20f51db63c75e0d2b301c85 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sat, 29 Jan 2011 11:29:55 +0100 Subject: [PATCH] try install requires --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90b75c3..3ec5e22 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( long_description=long_description, packages=['SOAPpy','SOAPpy/wstools'], provides = ['SOAPpy'], - requires=[ + install_requires=[ 'fpconst', 'pyxml' ]