Add a clean action to setup.py

This commit is contained in:
Kovid Goyal
2017-10-17 13:35:54 +05:30
parent 66803e6873
commit 25913f77e0
4 changed files with 18 additions and 4 deletions

View File

@@ -3,3 +3,6 @@ all:
test:
python3 setup.py test
clean:
python3 setup.py clean