Skip to content

Commit 6ddf9ba

Browse files
authored
Add setuptools as a requirement for the build system (#90)
1 parent 6dca88e commit 6ddf9ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
pythonpath = ["onvif"]
33
log_cli="true"
44
log_level="NOTSET"
5+
6+
7+
[build-system]
8+
requires = ['setuptools>=65.4.1', 'wheel']

0 commit comments

Comments
 (0)