Преглед на файлове

added pytest to setup.py tests_require

Drew Dolgert преди 2 години
родител
ревизия
5f2f783a24
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      setup.py

+ 2 - 1
setup.py

@@ -74,5 +74,6 @@ setup(
     },
     include_package_data=True,
     python_requires=">=3.6",
-    install_requires=['pybind11', 'pybind11-global', 'pybind11-stubgen']
+    install_requires=['pybind11', 'pybind11-global', 'pybind11-stubgen'],
+    tests_require = ['pytest'],
 )