File: pyproject.toml

package info (click to toggle)
pathos 0.3.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 812 kB
  • sloc: python: 4,506; sh: 38; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
[build-system]
# Further build requirements come from setup.py via the PEP 517 interface
requires = [
    "setuptools>=42",
]
build-backend = "setuptools.build_meta"