From 4af06f4ea3254677f25c90f950a74d46a17af4f7 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Thu, 16 Jun 2011 12:18:19 +0200 Subject: [PATCH] setup.py --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e35eaa8..3393074 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,5 @@ setup( 'Framework :: Django', ], include_package_data=True, - zip_safe=False, - install_requires=['setuptools'] + zip_safe=False )