File: pyproject.toml

package info (click to toggle)
python-httplib2 0.31.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,172 kB
  • sloc: python: 4,527; javascript: 3,563; makefile: 56
file content (10 lines) | stat: -rw-r--r-- 225 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[build-system]
requires = ["setuptools >= 40.8.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 121
target-version = ["py37"]

[tool.check-manifest]
ignore = [".github/*", "script/*", "*.tex"]