From: Jaime Marquínez Ferrándiz Date: Sun, 16 Mar 2014 09:22:41 +0000 (+0100) Subject: Build and upload universal wheels to pypi X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=4056ad8f3634f72661e4e856178b6db97af3aa7f Build and upload universal wheels to pypi --- diff --git a/devscripts/release.sh b/devscripts/release.sh index 72e708c7f..45b080c12 100755 --- a/devscripts/release.sh +++ b/devscripts/release.sh @@ -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 index 000000000..e57d130e3 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[wheel] +universal = True