Explorar o código

Re-add change that was somehow lost.

Joshua Haberman %!s(int64=5) %!d(string=hai) anos
pai
achega
5c26cae18c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
   )