Explorar o código

Update setup.py with install_requires

Pujana Onaindia, Gontzal Manuel hai 9 meses
pai
achega
ef72a57942
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -72,7 +72,7 @@ setup(
         'build_ext': CMakeBuild,
         'sdist': SDist
     },
-    zip_safe=False,
     include_package_data=True,
     python_requires=">=3.6",
+    install_requires=['pybind11', 'pybind11-global']
 )