All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.deguo.duckdns.org/pavel/argclass/pulls/1 Co-authored-by: Pavel Lutskov <pavel.lutskov@gmail.com> Co-committed-by: Pavel Lutskov <pavel.lutskov@gmail.com>
11 lines
161 B
TOML
11 lines
161 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 79
|
|
target-version = ["py38"]
|