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 = [ ...@@ -5,19 +5,25 @@ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
readme = "README.rst" 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)" description = "AlekSIS (School Information System) — App Matrix (Integration with Matrix/Element)"
authors = ["Dominik George <dominik.george@teckids.org>"] 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" homepage = "https://aleksis.org"
repository = "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix" repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Matrix"
documentation = "https://aleksis.org/official/AlekSIS/docs/html/"
classifiers = [ classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: Django :: 3.0",
"Intended Audience :: Education", "Intended Audience :: Education",
"Topic :: Education" "Topic :: Education",
] "Typing :: Typed",
]
[[tool.poetry.source]] [[tool.poetry.source]]
name = "gitlab" name = "gitlab"
...@@ -25,8 +31,8 @@ url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple" ...@@ -25,8 +31,8 @@ url = "https://edugit.org/api/v4/projects/461/packages/pypi/simple"
secondary = true secondary = true
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.9"
aleksis-core = "^2.0a2" aleksis-core = "^2.0rc"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
aleksis-builddeps = "*" 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