File: pyproject.toml

package info (click to toggle)
python-autopage 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 216 kB
  • sloc: python: 1,795; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=43",
    "wheel",
]
build-backend = "setuptools.build_meta"