summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-15 16:16:33 -0500
committerSebastian Thiel <byronimo@gmail.com>2019-05-05 13:22:53 +0530
commitce21f63f7acba9b82cea22790c773e539a39c158 (patch)
tree8c63814a486cee0a66ee092aad90cc3997b1dfd2 /Makefile
parent1f66e25c25cde2423917ee18c4704fff83b837d1 (diff)
downloadgitpython-ce21f63f7acba9b82cea22790c773e539a39c158.tar.gz
Fix setup.py and use of requirements files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 648b8595..764b822b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all:
@grep -Ee '^[a-z].*:' Makefile | cut -d: -f1 | grep -vF all
clean:
- rm -rf build/ dist/
+ rm -rf build/ dist/ .eggs/ .tox/
release: clean
# Check if latest tag is the current head we're releasing