summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: db5f0f2dbe37cfc42c55d95a68c4347c63bbd339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
requires = [
  "setuptools >= 42.0.0",  # required by pyproject+setuptools_scm integration
  "setuptools_scm[toml] >= 3.5.0",  # required for "no-local-version" scheme
  "setuptools_scm_git_archive >= 1.0",
  "wheel",
]
build-backend = "setuptools.build_meta"

# ATTENTION: the following section must be kept last in
# `pyproject.toml` because our CI/CD appends one line in
# the end when publishing non-tagged versions to test.pypi.org
[tool.setuptools_scm]