Updated pyproject.toml:

Additionally wheel package must be installed (CONPY-236).
This commit is contained in:
Georg Richter
2022-11-09 06:24:10 +01:00
parent db731519ba
commit bc5a7bc15f
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
[build-system]
requires = [
"wheel",
"setuptools",
"packaging",
]