Added support for modern python build system

This commit is contained in:
Jim Martens 2020-01-13 08:27:28 +01:00
джерело e5dd1479c7
коміт 91364e8a13
1 змінених файлів з 6 додано та 0 видалено

6
pyproject.toml Normal file

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