File: pyproject.toml

package info (click to toggle)
pyobjcryst 2024.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,016 kB
  • sloc: cpp: 5,824; python: 3,423; makefile: 17; sh: 6
file content (4 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (2)
1
2
3
4
# pyproject.toml
[build-system]
requires = ["setuptools", "numpy"]
build-backend = "setuptools.build_meta"