[go: up one dir, main page]

File: pyproject.toml

package info (click to toggle)
distlib 0.3.9-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 2,228 kB
  • sloc: python: 12,347; ansic: 820; sh: 106; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools >= 44",
    "wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'