This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/pyproject.toml

12 lines
174 B
TOML
Raw Normal View History

2020-06-30 18:28:47 +00:00
[build-system]
requires = [
"setuptools",
"setuptools-scm",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
target-version = ["py38"]