[548210]: / pyproject.toml

Download this file

5 lines (4 with data), 183 Bytes

1
2
3
4
# pyproject.toml file specified at the root of the directory
[build-system]
requires = ["setuptools>=42", "wheel"] # PEP 508 specifications.
build-backend = "setuptools.build_meta"