mirror of
https://github.com/hass-api/hassapi.git
synced 2022-10-22 18:29:31 +03:00
10 lines
152 B
TOML
10 lines
152 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel>=0.36.2"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 99
|