summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-27 11:14:49 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-27 11:14:49 +0000
commita293cacecf4d3e3819821d2ef737d825e5ba3d73 (patch)
tree03cd84e4aef42f6316f6eb57e18422b532d37ef5 /pavement.py
parent57fc6f53283986d221651a434145ea3510f07040 (diff)
downloadnumpy-a293cacecf4d3e3819821d2ef737d825e5ba3d73.tar.gz
Clean egg-info too in paver.
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index b3e0d6e24..e94d68dd6 100644
--- a/pavement.py
+++ b/pavement.py
@@ -50,7 +50,7 @@ def bootstrap():
@task
def clean():
"""Remove build, dist, egg-info garbage."""
- d = ['build', 'dist']
+ d = ['build', 'dist', 'numpy.egg-info']
for i in d:
paver.path.path(i).rmtree()