Skip to content

Commit

Permalink
script to build python package
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuizi7 committed Sep 8, 2018
1 parent 1f2c8a2 commit 53fcb7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions make.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

rm -rf *.egg-info
rm -rf dist
find . -name "__pycache__" | xargs rm -rf
find . -name "*.pyc" | xargs rm -rf

python setup.py "$@"

0 comments on commit 53fcb7c

Please sign in to comment.