File: pyproject.toml

package info (click to toggle)
python-cartopy 0.21.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,668 kB
  • sloc: python: 15,101; makefile: 166; javascript: 66; sh: 6
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[build-system]
requires = [
    "wheel",
    "setuptools >= 40.6.0",
    "Cython >= 0.29.13",
    "oldest-supported-numpy",
    "setuptools_scm >= 7.0.0",
]
build-backend = "setuptools.build_meta"