88f098a2f7
Also remove jobs for E2E & changeset, which aren't set up in this repo
14 lines
224 B
TOML
14 lines
224 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
known_first_party = [
|
|
"synapse_guest_module",
|
|
"tests"
|
|
]
|
|
known_third_party = [
|
|
"synapse"
|
|
]
|