소스 검색

Merge pull request #1891 from pherl/python

add setup.cfg for building wheels
Jisi Liu 9 년 전
부모
커밋
f3449e5f57
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      python/setup.cfg

+ 2 - 0
python/setup.cfg

@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1