Skip to content
Snippets Groups Projects
Verified Commit 6f6a02e4 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Update pyproject.toml

parent 602a6523
No related branches found
No related tags found
No related merge requests found
......@@ -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 = "*"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment