Merge remote-tracking branch 'origin/wheels'

This commit is contained in:
Philipp Hagemeister 2014-03-17 14:31:22 +01:00
commit 6f50f63382
2 changed files with 3 additions and 1 deletions

View file

@ -97,7 +97,7 @@ rm -rf build
make pypi-files
echo "Uploading to PyPi ..."
python setup.py sdist upload
python setup.py sdist bdist_wheel upload
make clean
/bin/echo -e "\n### DONE!"

2
setup.cfg Normal file
View file

@ -0,0 +1,2 @@
[wheel]
universal = True