File: pyproject.toml

package info (click to toggle)
python-bitarray 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,320 kB
  • sloc: python: 11,747; ansic: 7,675; makefile: 73; sh: 6
file content (4 lines) | stat: -rw-r--r-- 108 bytes parent folder | download
1
2
3
4
# pyproject.toml
[build-system]
requires = ["setuptools >= 42.0.0"]
build-backend = "setuptools.build_meta"