Added support for modern python build system

Este commit está contenido en:
Jim Martens 2020-01-13 08:27:28 +01:00
padre e5dd1479c7
commit 91364e8a13
Se han modificado 1 ficheros con 6 adiciones y 0 borrados

6
pyproject.toml Archivo normal
Ver fichero

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