Merge remote-tracking branch 'origin/wheels'

master
Philipp Hagemeister 10 years ago
commit 6f50f63382
  1. 2
      devscripts/release.sh
  2. 2
      setup.cfg

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

@ -0,0 +1,2 @@
[wheel]
universal = True
Loading…
Cancel
Save