From 1d8200463198507c426d24bb2a61f0f9f190d06c Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sun, 23 May 2021 20:36:36 +0200 Subject: [PATCH] Update maintainers and Trove categorisation --- pyproject.toml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9f9a4af8..bbb5e9fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,15 +8,30 @@ readme = "README.rst" 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>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"] +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>", +] license = "EUPL-1.2" homepage = "https://aleksis.edugit.io/" repository = "https://edugit.org/AlekSIS/Official/AlekSIS-App-Alsijil" documentation = "https://aleksis.edugit.io/AlekSIS/docs/html/" classifiers = [ + "Development Status :: 4 - Beta", "Environment :: Web Environment", + "Framework :: Django :: 3.0", "Intended Audience :: Education", - "Topic :: Education" + "Topic :: Education", + "Typing :: Typed", ] [[tool.poetry.source]] -- GitLab