diff --git a/Makefile b/Makefile index a3bad69..52c6407 100644 --- a/Makefile +++ b/Makefile @@ -34,6 +34,7 @@ clean: dist: clean python setup.py sdist + python setup.py bdist_wheel --universal upload: dist python setup.py register -r pypi