Don't delete .egg-info on clean - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 647a896ab5af7eb4b153fcb4b1035a29e55475d8
(DIR) parent 062bd864eb01323f43b1afca88e4de8a1cc3cf8a
(HTM) Author: Ivan Habunek <ivan@habunek.com>
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(-)
---
(DIR) 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/*