Files
blap/modules/restricted-guests/synapse/pyproject.toml
T

11 lines
186 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
known_first_party = [
"synapse_guest_module",
"tests"
]