| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/Albinary/bpython/main/pyproject.toml | [Back] [Original] |
[build-system]
requires = ["setuptools >= 62.4.0"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
target_version = ["py311"]
include = '\.pyi?$'
exclude = '''
/(
\.git
| \.hg
| \.eggs
| \.mypy_cache
| \.tox
| venv
| _build
| buck-out
| build
| dist
| bpython/test/fodder
| doc
)/
'''
| Web Proxy Viewer | New URL | Original Page |