Skip to content
Snippets Groups Projects
Verified Commit 2bc76ba7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update project meta-data

parent 2cc65e51
No related branches found
No related tags found
1 merge request!1Reformat and cleanup
......@@ -16,7 +16,8 @@ Licence
::
Copyright © 2021 Dominik George <dominik.george@teckids.org>
Copyright © 2018, 2021 Dominik George <dominik.george@teckids.org>
Copyright © 2019, 2022 Tom Teichler <tom.teichler@teckids.org>
Licenced under the EUPL, version 1.2 or later
......
......@@ -7,7 +7,7 @@ class DefaultConfig(AppConfig):
dist_name = "AlekSIS-App-Paweljong"
urls = {
"Repository": "https://edugit.org//hacknfun//AlekSIS-App-Paweljong",
"Repository": "https://edugit.org/Teckids/hacknfun/AlekSIS-App-Paweljong",
}
licence = "EUPL-1.2+"
copyright_info = (([2021], "Dominik George", "dominik.george@.org"),)
copyright_info = (([2018, 2021], "Dominik George", "dominik.george@teckids.org"), ([2019, 2022], "Tom Teichler", "tom.teichler@teckids.org"),)
......@@ -8,11 +8,10 @@ readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.mo"]
description = "AlekSIS (School Information System) — App Paweljong (Camp/Event management)"
authors = ["Dominik George <dominik.george@teckids.org>"]
authors = ["Tom Teichler <tom.teichler@teckids.org>", "Dominik George <dominik.george@teckids.org>"]
license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org"
repository = "https://edugit.org/Teckids/hacknfun//AlekSIS-App-Paweljong"
documentation = "https://aleksis.org/official/AlekSIS/docs/html/"
homepage = "https://hacknfun.camp"
repository = "https://edugit.org/Teckids/hacknfun/AlekSIS-App-Paweljong"
classifiers = [
"Environment :: Web Environment",
"Intended Audience :: Education",
......@@ -26,10 +25,10 @@ secondary = true
[tool.poetry.dependencies]
python = "^3.9"
aleksis-core = "^2.7.4"
aleksis-core = "^2.7"
django-iban-field = "^0.8"
django-formtools = "^2.3"
django-starfield = "^1.0.post2"
django-starfield = "^1.0"
[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