File: pyproject.toml

package info (click to toggle)
python-flask-httpauth 4.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 436 kB
  • sloc: python: 2,129; makefile: 150
file content (6 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (37)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"