Update pyproject.toml for future compliance

This commit is contained in:
Griatch 2022-11-17 19:44:48 +01:00
parent 0dac1361c5
commit 617bff3c82

View file

@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>40.8.0", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"
[tool.black]
line-length = 100
target-version = ['py37', 'py38']