9 lines
190 B
TOML
9 lines
190 B
TOML
|
# https://packaging.python.org/tutorials/packaging-projects/#creating-pyproject-toml
|
||
|
|
||
|
[build-system]
|
||
|
requires = [
|
||
|
"setuptools>=42",
|
||
|
"wheel"
|
||
|
]
|
||
|
build-backend = "setuptools.build_meta"
|