File: pyproject.toml

package info (click to toggle)
nethogs 0.8.8-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,640 kB
  • sloc: cpp: 2,706; ansic: 317; python: 134; makefile: 76; sh: 69
file content (8 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
[build-system]
requires = [
    "setuptools>=42",
    "wheel",
    "pybind11>=2.8.0",
]

build-backend = "setuptools.build_meta"