py-hyperlink/pyproject.toml

11 lines
150 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
target-version = ["py27"]