ソースを参照

Build and upload universal wheels to pypi

Jaime Marquínez Ferrándiz 11 年 前
コミット
4056ad8f36
2 ファイル変更3 行追加1 行削除
  1. 1 1
      devscripts/release.sh
  2. 2 0
      setup.cfg

+ 1 - 1
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!"

+ 2 - 0
setup.cfg

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