Browse Source

Merge pull request #320 from orchardup/add-egg-info-to-clean

Add fig.egg-info to clean script
Aanand Prasad 11 years ago
parent
commit
730de9187a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      script/clean

+ 1 - 1
script/clean

@@ -1,3 +1,3 @@
 #!/bin/sh
 find . -type f -name '*.pyc' -delete
-rm -rf docs/_site build dist
+rm -rf docs/_site build dist fig.egg-info