Include more files in distributions (#4964)

* Include LICENSE files in distributions

* Use pep517 isolated builds

* Update the GH Actions workflow
This commit is contained in:
jack1142
2021-04-08 02:35:47 +02:00
committed by GitHub
parent 0eaa0f494c
commit aea0db4ef6
4 changed files with 37 additions and 13 deletions

View File

@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 99
target-version = ['py38']