diff --git a/pyproject.toml b/pyproject.toml index 67fea82cf2b3aabf0b58b5a90a10a4e2289d8c9f..c1b013ba09ba8f8f8365da5a560d681014576da3 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 = "*"