File: pyproject.toml

package info (click to toggle)
m2crypto 0.42.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,788 kB
  • sloc: python: 9,087; makefile: 154; ansic: 77; sh: 5
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

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