diff --git a/make_pkg b/make_pkg index 8de4747..9b191d7 100755 --- a/make_pkg +++ b/make_pkg @@ -8,6 +8,7 @@ make_archive() { for i in `find $tempdir -type f -name "*.py" | grep -v "__init__"` do python2.7 -m py_compile $i + rm $i done cd $tempdir zip -q -r $curdir/$base.zip *