Skip to content

Commit

Permalink
Improve python dist script
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovyski committed Oct 8, 2018
1 parent 5457a83 commit 95bc415
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions python/make_dist.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Clean everything up
rm -rf ./package/cvui/cvui.py
rm -rf ./package/build
rm -rf ./package/cvui.egg-info
rm -rf ./package/dist

# Copy the lastest cvui.py
cp ../cvui.py ./package/cvui/
cd package

Expand Down

0 comments on commit 95bc415

Please sign in to comment.