Codebase list python-humanize / c25edb4e-36a4-40dc-8e71-2a31744dff25/main pyproject.toml
c25edb4e-36a4-40dc-8e71-2a31744dff25/main

Tree @c25edb4e-36a4-40dc-8e71-2a31744dff25/main (Download .tar.gz)

pyproject.toml @c25edb4e-36a4-40dc-8e71-2a31744dff25/mainraw · history · blame

1
2
3
4
5
6
7
8
9
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
build-backend = "setuptools.build_meta"

[tool.black]
target_version = ["py36"]

[tool.setuptools_scm]
local_scheme = "no-local-version"