Remove twine as no one uses it

This commit is contained in:
David Cramer 2015-08-31 14:30:53 -07:00
parent 59e3730574
commit 10216c0f34
1 changed files with 1 additions and 2 deletions

View File

@ -22,7 +22,6 @@ setup-git:
publish:
rm -rf dist build
python setup.py sdist bdist_wheel
twine upload -s dist/*
python setup.py sdist bdist_wheel upload
.PHONY: bootstrap test lint coverage setup-git publish