Build and upload universal wheels to pypi

pull/8/head
Jaime Marquínez Ferrándiz 2014-03-16 10:22:41 +01:00
rodzic 6563837ee1
commit 4056ad8f36
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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 100644
Wyświetl plik

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