Files
mariadb-connector-python/pyproject.toml
Georg Richter bc5a7bc15f Updated pyproject.toml:
Additionally wheel package must be installed (CONPY-236).
2022-11-09 06:24:10 +01:00

7 lines
72 B
TOML

[build-system]
requires = [
"wheel",
"setuptools",
"packaging",
]