Add Black and Pip files config

This commit is contained in:
Luke Murphy 2019-07-08 20:01:36 +02:00
parent 6212f25536
commit 8829a84b65
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

9
pyproject.toml Normal file
View File

@ -0,0 +1,9 @@
[build-system]
requires = [
"setuptools >= 41.0.0",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.black]
skip-string-normalization = true