File: pyproject.toml

package info (click to toggle)
pysmappee 0.2.29-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176 kB
  • sloc: python: 1,438; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=42",
    "wheel"
]
build-backend = "setuptools.build_meta"