-
Jonathan Weth authoredJonathan Weth authored
pyproject.toml 1.32 KiB
[tool.poetry]
name = "AlekSIS-App-Matrix"
version = "1.0"
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"
homepage = "https://aleksis.org"
repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Matrix"
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django :: 3.0",
"Intended Audience :: Education",
"Topic :: Education",
"Typing :: Typed",
]
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true
[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^2.7"
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"
matrix-synapse = "^1.49.2"
pytest-xprocess = "^0.18.1"
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"