소스 검색

Re-add change that was somehow lost.

Joshua Haberman 5 년 전
부모
커밋
5c26cae18c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      python/setup.py

+ 1 - 0
python/setup.py

@@ -292,6 +292,7 @@ if __name__ == '__main__':
           'build_py': build_py,
           'test_conformance': test_conformance,
       },
+      setup_requires = ['wheel'],
       install_requires=install_requires,
       ext_modules=ext_module_list,
   )