File: pyproject.toml

package info (click to toggle)
python-build 1.2.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 508 kB
  • sloc: python: 2,622; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build-system]
requires = []
build-backend = 'backend'
backend-path = ['.']

[project]
name = 'test-metadata'
version = '1.0.0'
description = 'hello!'

[tool.black]
line-length = 127
skip-string-normalization = true
target-version = ['py39', 'py38', 'py37', 'py36']