Introduction
Introduction Statistics Contact Development Disclaimer Help
Don't delete .egg-info on clean - toot - Unnamed repository; edit this file 'de…
Log
Files
Refs
LICENSE
---
commit 647a896ab5af7eb4b153fcb4b1035a29e55475d8
parent 062bd864eb01323f43b1afca88e4de8a1cc3cf8a
Author: Ivan Habunek <[email protected]>
Date: Sun, 31 Dec 2017 15:42:18 +0100
Don't delete .egg-info on clean
Diffstat:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
@@ -13,7 +13,7 @@ dist :
clean :
find . -name "*pyc" | xargs rm -rf $1
- rm -rf build dist *.egg-info MANIFEST htmlcov deb_dist toot*.tar.gz
+ rm -rf build dist MANIFEST htmlcov deb_dist toot*.tar.gz
publish :
twine upload dist/*
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.