Build and upload universal wheels to pypi
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 16 Mar 2014 09:22:41 +0000 (10:22 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 16 Mar 2014 09:22:41 +0000 (10:22 +0100)
devscripts/release.sh
setup.cfg [new file with mode: 0644]

index 72e708c7f79c24f06797c4de10e6334ecf6bb9ec..45b080c121cbcd8f34a539c1aafebd0b142c9bb7 100755 (executable)
@@ -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!"
diff --git a/setup.cfg b/setup.cfg
new file mode 100644 (file)
index 0000000..e57d130
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[wheel]
+universal = True