소스 검색

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