oneuptime/PythonSDK/pyproject.toml
Nawaz Dhandala 822741e215
fix
2022-04-10 22:54:23 +01:00

6 lines
103 B
TOML

[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"