File: pyproject.toml

package info (click to toggle)
python-ewoksutils 0.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: python: 622; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=46.4",
    "wheel",
]
build-backend = "setuptools.build_meta"