File: pyproject.toml

package info (click to toggle)
pyliblo 0.16.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: python: 552; makefile: 22; sh: 6
file content (10 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system]

requires = [
    "setuptools>=42",
    "wheel",
    "cython>=3.0"
]

build-backend = "setuptools.build_meta"