mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-11 01:28:17 +03:00
3452c4b90c
* Increase memory for k32, test black * black wants line hyphen length in pyproject.toml
10 lines
214 B
TOML
10 lines
214 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=4.1.2"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools_scm]
|
|
local_scheme = "no-local-version"
|
|
|
|
[tool.black]
|
|
line-length = 120
|