File: pyproject.toml

package info (click to toggle)
python-jq 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 192 kB
  • sloc: python: 439; makefile: 26
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = [
    "cython>=3",
    "setuptools>=43",
    "wheel",
]
build-backend = "setuptools.build_meta"