File: pyproject.toml

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