File: pyproject.toml

package info (click to toggle)
python-pyzstd 0.17.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,736 kB
  • sloc: python: 7,544; ansic: 3,938; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[build-system]
# setuptools 64+ support --build-option
# setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows
requires = ["setuptools>=64,<74"]
backend-path = ["build_script"]
build-backend = "pyzstd_pep517"