File: pyproject.toml

package info (click to toggle)
m2crypto 0.46.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,932 kB
  • sloc: python: 22,921; makefile: 213; ansic: 94; sh: 17
file content (7 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = [
    "setuptools>=43.0.0; python_version<='3.6'",
    "setuptools>=75.8.1; python_version>='3.9'",
    "wheel"
]
build-backend = "setuptools.build_meta"