Newer
Older
[tool.poetry]
name = "AlekSIS-App-Matrix"
packages = [
{ include = "aleksis" }
]
readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]
description = "AlekSIS (School Information System) — App Matrix (Integration with Matrix/Element)"
authors = ["Jonathan Weth <dev@jonathanweth.de>"]
maintainers = [
"Jonathan Weth <wethjo@katharineum.de>",
"Dominik George <dominik.george@teckids.org>"
]
license = "EUPL-1.2-or-later"
repository = "https://edugit.org/AlekSIS/official/AlekSIS-App-Matrix"
"Development Status :: 5 - Production/Stable",
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true
[tool.poetry.dependencies]
matrix-synapse = "^1.49.2"
pytest-mock = "^3.7.0"
[tool.poetry.plugins."aleksis.app"]
matrix = "aleksis.apps.matrix.apps:DefaultConfig"
[tool.black]
line-length = 100
exclude = "/migrations/"
[build-system]
requires = ["poetry>=1.0"]
build-backend = "poetry.masonry.api"