added bdist_wheel to Makefile

This commit is contained in:
Rossen Georgiev 2015-07-18 06:51:30 +01:00
parent dc6356a33d
commit 6285051c39
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ clean:
dist: clean dist: clean
python setup.py sdist python setup.py sdist
python setup.py bdist_wheel --universal
upload: dist upload: dist
python setup.py register -r pypi python setup.py register -r pypi