File: pyproject.toml

package info (click to toggle)
python-jq 1.8.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 434; makefile: 29; sh: 6
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download
1
2
3
4
5
[build-system]
requires = [
    "setuptools>=43",
]
build-backend = "setuptools.build_meta"