Newer
Older
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/locale/*.mo"]
description = "AlekSIS (School Information System) — App for Untis import"
authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuckeju@katharineum.de>", "Frank Poetzsch-Heffter <p-h@katharineum.de>", "Jonathan Weth <wethjo@katharineum.de>", "Tom Teichler <tom.teichler@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>"]
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/official/AlekSIS-App-Untis"
documentation = "https://aleksis.org/AlekSIS/docs/html/"
keywords = ["SIS", "education", "school", "timetable", "plans"]
"Development Status :: 3 - Alpha",
"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-core = {version = "^2.0a3.dev0", allow-prereleases = true}
aleksis-app-chronos = "^2.0a3.dev0"
[tool.poetry.plugins."aleksis.app"]
untis = "aleksis.apps.untis.apps:UntisConfig"
[tool.black]
line-length = 100
exclude = "/migrations/"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"