Skip to content

Commit 95bc415

Browse files
committed
Improve python dist script
1 parent 5457a83 commit 95bc415

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

python/make_dist.sh

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Clean everything up
2+
rm -rf ./package/cvui/cvui.py
3+
rm -rf ./package/build
4+
rm -rf ./package/cvui.egg-info
5+
rm -rf ./package/dist
6+
7+
# Copy the lastest cvui.py
18
cp ../cvui.py ./package/cvui/
29
cd package
310

0 commit comments

Comments
 (0)