Update pyproject.toml for future compliance
This commit is contained in:
parent
0dac1361c5
commit
617bff3c82
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>40.8.0", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta:__legacy__"
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
target-version = ['py37', 'py38']
|
target-version = ['py37', 'py38']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue