File: pyproject.toml

package info (click to toggle)
git-pw 2.7.1-0.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 540 kB
  • sloc: python: 2,766; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = ["pbr>=5.7.0", "setuptools>=36.6.0"]
build-backend = "pbr.build"

[tool.black]
line-length = 79
skip-string-normalization = true