Remove tar sdist from setup.py

develop
Jef Roosens 2020-08-28 11:43:55 +02:00
parent beb5bf49cc
commit 70fc8dd5f4
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ package: README.md LICENSE setup.py test clean-setup
@ echo "Removing build..."
@ [ ! -e "dist" ] || rm -r "dist"
@ echo "Running setup.py..."
@ "$(VENV)/bin/python" setup.py sdist bdist_wheel
@ "$(VENV)/bin/python" setup.py bdist_wheel
publish: package
@ [ "$$(git symbolic-ref HEAD --short)" = master ] && { \