File: pyproject.toml

package info (click to toggle)
damo 3.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,492 kB
  • sloc: python: 14,063; sh: 958; makefile: 30; ansic: 13
file content (6 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (46)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"