File: pyproject.toml

package info (click to toggle)
ppft 1.7.6.9%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 504 kB
  • sloc: python: 1,914; makefile: 39; sh: 9
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
[build-system]
# Further build requirements come from setup.py via the PEP 517 interface
requires = [
    "setuptools>=42",
]
build-backend = "setuptools.build_meta"