From 2b85071c4c17cd2075ddb7120f3b4aa30db39c9a Mon Sep 17 00:00:00 2001 From: GaelVaroquaux Date: Tue, 11 Sep 2012 14:58:15 +0200 Subject: [PATCH] BUG: fix setuptools feature for instance 'python setup.py develop' --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 1e29b6b64581a..22534d92c36fe 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,6 @@ ############################################################################### from numpy.distutils.core import setup - def configuration(parent_package='', top_path=None): if os.path.exists('MANIFEST'): os.remove('MANIFEST')