File: pyproject.toml

package info (click to toggle)
cffsubr 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,672 kB
  • sloc: python: 451; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = [
    "setuptools",
    "setuptools_scm",
]
# https://setuptools.pypa.io/en/latest/build_meta.html#dynamic-build-dependencies-and-other-build-meta-tweaks
build-backend = "backend"
backend-path = ["_custom_build"]
[tool.setuptools_scm]
write_to = "src/cffsubr/_version.py"