Newer
Older
name = "AlekSIS-App-Alsijil"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]
description = "AlekSIS (School Information System) — App كتاب السجل (class register and school records)"
authors = [
"Dominik George <dominik.george@teckids.org>",
"Julian Leucker <leuckeju@katharineum.de>",
"Jonathan Weth <dev@jonathanweth.de>",
"Hangzhi Yu <yuha@katharineum.de>",
"Lloyd Meins <meinsll@katharineum.de>",
"mirabilos <thorsten.glaser@teckids.org>",
"Tom Teichler <tom.teichler@teckids.org>"
]
maintainers = [
"Dominik George <dominik.george@teckids.org>",
"Jonathan Weth <dev@jonathanweth.de>",
]
repository = "https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil"
documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/"
"Development Status :: 4 - Beta",
"Framework :: Django :: 3.0",
"Topic :: Education",
"Typing :: Typed",
[[tool.poetry.source]]
name = "gitlab"
url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true
aleksis-app-chronos = "^2.0rc3"
[tool.poetry.plugins."aleksis.app"]
alsijil = "aleksis.apps.alsijil.apps:AlsijilConfig"
[tool.black]
line-length = 100
exclude = "/migrations/"