2020-03-28 01:59:25 +03:00
|
|
|
[build-system]
|
2022-02-18 18:29:55 +03:00
|
|
|
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=4.1.2"]
|
2020-03-28 01:59:25 +03:00
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[tool.setuptools_scm]
|
2022-02-18 18:29:55 +03:00
|
|
|
fallback_version = "unknown-no-.git-directory"
|
2020-03-28 01:59:25 +03:00
|
|
|
local_scheme = "no-local-version"
|
2020-12-11 11:32:48 +03:00
|
|
|
|
|
|
|
[tool.black]
|
2021-01-06 03:51:56 +03:00
|
|
|
line-length = 120
|
2023-01-28 02:16:03 +03:00
|
|
|
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
|
2022-02-21 08:33:09 +03:00
|
|
|
include = '''
|
|
|
|
^/(
|
|
|
|
[^/]*.py
|
|
|
|
| (benchmarks|build_scripts|chia|tests|tools)/.*\.pyi?
|
|
|
|
)$
|
|
|
|
'''
|
2022-06-08 18:21:03 +03:00
|
|
|
exclude = ''
|