File: pyproject.toml

package info (click to toggle)
python-datrie 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,036 kB
  • sloc: ansic: 3,794; python: 756; sh: 13; makefile: 9
file content (6 lines) | stat: -rw-r--r-- 82 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
[build-system]
requires = [
    "setuptools>=40.8.0",
    "wheel",
    "Cython"
]