diff --git a/pyproject.toml b/pyproject.toml index 4e89526..1c74bbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,3 +2,7 @@ pythonpath = ["onvif"] log_cli="true" log_level="NOTSET" + + +[build-system] +requires = ['setuptools>=65.4.1', 'wheel']