From 330e27166b30231b596b597b792befb43dd8ba09 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Sun, 2 Jan 2011 17:58:19 -0500 Subject: [PATCH] Remove setuptools from install_requires. We already import setuptools in setup.py so its not necessary to explicitly list it. Also, it apparently prevents users from upgrading using distribute. Thanks to Jannis Leidel for the report. --- THANKS | 1 + setup.py | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/THANKS b/THANKS index d90b7b06..e1d7f024 100644 --- a/THANKS +++ b/THANKS @@ -19,3 +19,4 @@ Travis Cline Adrien Lemaire Oliver Tonnhofer Anand Chitipothu +Jannis Leidel diff --git a/setup.py b/setup.py index ceddbcb6..4f2e3ea2 100644 --- a/setup.py +++ b/setup.py @@ -42,8 +42,6 @@ setup( packages = find_packages(exclude=['examples', 'tests']), include_package_data = True, - install_requires=['setuptools'], - entry_points=""" [console_scripts]