Skip to content

Commit

Permalink
remove *.so files in release
Browse files Browse the repository at this point in the history
  • Loading branch information
poeschko committed May 14, 2012
1 parent 60494da commit 45df85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Expand Up @@ -19,6 +19,7 @@ rm -rf build/release
python setup.py build
mkdir build/release
cp -r build/lib*/mathics build/release/
rm build/release/*/*/*.so
cp setup.py build/release/
cp initialize.py build/release/
cp distribute_setup.py build/release/
Expand Down

0 comments on commit 45df85f

Please sign in to comment.