File: pyproject.toml

package info (click to toggle)
python-cytoolz 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 532 kB
  • sloc: python: 3,913; makefile: 34
file content (6 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[build-system]
requires = ["setuptools", "wheel", "cython"]

[tool.cibuildwheel]
test-requires = ["pytest", "toolz"]
test-command = "pytest --pyargs cytoolz"