etherpump/pyproject.toml

13 lines
231 B
TOML
Raw Normal View History

2019-09-27 23:14:30 +02:00
[build-system]
requires = [
"setuptools>=41.0.0",
"setuptools-scm",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
target-version = ['py35', 'py36', 'py37']
skip-string-normalization = true