File: pyproject.toml

package info (click to toggle)
pyicu 2.16-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,992 kB
  • sloc: cpp: 34,701; python: 1,849; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 102 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7

[build-system]
requires = [
    "setuptools",
    "wheel",
]
build-backend = "setuptools.build_meta"