Skip to content

Commit

Permalink
BUG: fix setuptools feature
Browse files Browse the repository at this point in the history
for instance 'python setup.py develop'
  • Loading branch information
GaelVaroquaux committed Oct 27, 2012
1 parent 90c0079 commit 2b85071
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 2b85071

Please sign in to comment.