File: pyproject.toml

package info (click to toggle)
python-django-debreach 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 204 kB
  • sloc: python: 327; makefile: 140
file content (7 lines) | stat: -rw-r--r-- 161 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[build-system]
requires = ["setuptools", "wheel", "pip"]
build-backend = "setuptools.build_meta"

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