Red-DiscordBot/pyproject.toml
jack1142 aea0db4ef6
Include more files in distributions (#4964)
* Include LICENSE files in distributions

* Use pep517 isolated builds

* Update the GH Actions workflow
2021-04-08 02:35:47 +02:00

15 lines
257 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 99
target-version = ['py38']
include = '\.py$'
force-exclude = '''
/(
redbot\/vendored
)/
'''