Merge pull request #92 from oberstet/master

fix makefile
This commit is contained in:
Tobias Oberstein 2017-02-25 11:26:17 +01:00 committed by GitHub
commit 4d42eaab78
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ upload: clean
# publish to PyPI
publish: clean
python setup.py bdist_wheel
python setup.py sdist bdist_wheel
twine upload dist/*