summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 3c6a6e57f4de6ffd68edb8e86b4203385c3c483d (plain)
1
2
3
4
5
6
7
8
9
[build-system]
requires = [
    # The minimum setuptools version is specific to the PEP 517 backend,
    # and may be stricter than the version required in `setup.py`
    "setuptools>=40.6.0",
    "setuptools-scm",
    "wheel",
]
build-backend = "setuptools.build_meta"