mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-05 18:58:53 -05:00
* Include LICENSE files in distributions * Use pep517 isolated builds * Update the GH Actions workflow
15 lines
257 B
TOML
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
|
|
)/
|
|
'''
|
|
|