File: pyproject.toml

package info (click to toggle)
responses 0.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: python: 4,634; makefile: 6
file content (5 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (2)
1
2
3
4
5
[build-system]
# Suggest a reasonably modern floor for setuptools to ensure
# the source dist package is assembled with all the expected resources.
requires = ["setuptools >= 60", "wheel"]
build-backend = "setuptools.build_meta"