File: pyproject.toml

package info (click to toggle)
createrepo-c 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,704 kB
  • sloc: ansic: 31,242; python: 4,867; xml: 2,669; sh: 367; makefile: 26; perl: 7
file content (7 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
[build-system]
requires = [
    "setuptools >= 40.8.0",
    "wheel >= 0.29.0",
    "scikit-build"
]
build-backend = 'setuptools.build_meta'