Added pyproject file

This commit is contained in:
Jim Martens 2020-03-28 10:59:24 +01:00
parent b57d307c2a
commit a4c195ff29
1 changed files with 6 additions and 0 deletions

6
pyproject.toml Normal file
View File

@ -0,0 +1,6 @@
[build-system]
requires = ["setuptools>=40.6.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 79