File: pyproject.toml

package info (click to toggle)
pyreadstat 1.2.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,380 kB
  • sloc: ansic: 17,916; python: 1,065; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 114 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = [
    "setuptools",
    "wheel",
    "cython"
]
build-backend = "setuptools.build_meta"