File: pyproject.toml

package info (click to toggle)
pyproject-api 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: python: 1,448; makefile: 8
file content (10 lines) | stat: -rw-r--r-- 125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system] # noqa: D100
build-backend = "build"
requires = [
]
backend-path = [
  ".",
]

[tool.black]
line-length = 120