瀏覽代碼

Build universal wheels

See https://packaging.python.org/tutorials/distributing-packages/#universal-wheels .
Nicola Soranzo 8 年之前
父節點
當前提交
296cfb9002
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      setup.cfg

+ 2 - 0
setup.cfg

@@ -14,3 +14,5 @@ match=^[Tt]est
 # Don't capture stdout - print immediately
 nocapture=1
 
+[bdist_wheel]
+universal = 1