Przeglądaj źródła

Update setup.py with install_requires

Pujana Onaindia, Gontzal Manuel 9 miesięcy temu
rodzic
commit
ef72a57942
1 zmienionych plików z 1 dodań i 1 usunięć
  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']
 )