From 6f6a02e4a0a07067a1fababb3ef7eca8fcacad8b Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Sat, 23 Oct 2021 14:11:54 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67fea82..c1b013b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,19 +5,25 @@ packages = [ { include = "aleksis" } ] readme = "README.rst" -include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/locale/*.mo"] +include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"] description = "AlekSIS (School Information System) — App Matrix (Integration with Matrix/Element)" authors = ["Dominik George <dominik.george@teckids.org>"] -license = "EUPL-1.2" +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" -documentation = "https://aleksis.org/official/AlekSIS/docs/html/" +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" -] + "Topic :: Education", + "Typing :: Typed", + ] [[tool.poetry.source]] name = "gitlab" @@ -25,8 +31,8 @@ url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple" secondary = true [tool.poetry.dependencies] -python = "^3.7" -aleksis-core = "^2.0a2" +python = "^3.9" +aleksis-core = "^2.0rc" [tool.poetry.dev-dependencies] aleksis-builddeps = "*" -- GitLab