浏览代码

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,
   )