Skip to content
Snippets Groups Projects
Commit 9d7a2750 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'update/copyright-2024' into 'master'

Update copyright and meta files

See merge request !58
parents 23d23292 a53f3ba7
No related branches found
No related tags found
1 merge request!58Update copyright and meta files
Pipeline #194886 passed
...@@ -3,8 +3,8 @@ include: ...@@ -3,8 +3,8 @@ include:
file: /ci/general.yml file: /ci/general.yml
- project: "AlekSIS/official/AlekSIS" - project: "AlekSIS/official/AlekSIS"
file: /ci/prepare/lock.yml file: /ci/prepare/lock.yml
# - project: "AlekSIS/official/AlekSIS" - project: "AlekSIS/official/AlekSIS"
# file: /ci/test.yml file: /ci/test/test.yml
- project: "AlekSIS/official/AlekSIS" - project: "AlekSIS/official/AlekSIS"
file: /ci/test/lint.yml file: /ci/test/lint.yml
- project: "AlekSIS/official/AlekSIS" - project: "AlekSIS/official/AlekSIS"
......
AlekSIS (School Information System) — App Kolego (Staff Management) AlekSIS (School Information System) — App Kolego (Staff and Absence Management)
================================================================================================== ===============================================================================
AlekSIS AlekSIS
------- -------
...@@ -9,14 +9,19 @@ This is an application for use with the `AlekSIS®`_ platform. ...@@ -9,14 +9,19 @@ This is an application for use with the `AlekSIS®`_ platform.
Features Features
-------- --------
The author of this app did not describe it yet. * Manage absences of persons with different reasons.
Licence Licence
------- -------
:: ::
Copyright © 2023 Jonathan Weth <dev@jonathanweth.de> Copyright © 2023, 2024 Jonathan Weth <jonathan.weth@teckids.org>
Copyright © 2024 Michael Bauer <michael-bauer@posteo.de>
Copyright © 2024 Julian Leucker <julian.leucker@teckids.org>
Copyright © 2024 magicfelix <felix@felix-zauberer.de>
Copyright © 2024 Hangzhi Yu <hangzhi.yu@teckids.org>
Licenced under the EUPL, version 1.2 or later Licenced under the EUPL, version 1.2 or later
......
...@@ -3,11 +3,17 @@ from aleksis.core.util.apps import AppConfig ...@@ -3,11 +3,17 @@ from aleksis.core.util.apps import AppConfig
class DefaultConfig(AppConfig): class DefaultConfig(AppConfig):
name = "aleksis.apps.kolego" name = "aleksis.apps.kolego"
verbose_name = "AlekSIS — Kolego" verbose_name = "AlekSIS — Kolego (Staff and Absences)"
dist_name = "AlekSIS-App-Kolego" dist_name = "AlekSIS-App-Kolego"
urls = { urls = {
"Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Kolego", "Repository": "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego",
} }
licence = "EUPL-1.2+" licence = "EUPL-1.2+"
copyright_info = (([2023], "Jonathan Weth", "dev@jonathanweth.de"),) copyright_info = (
([2023, 2024], "Jonathan Weth", "jonathan.weth@teckids.org"),
([2024], "Michael Bauer", "michael-bauer@posteo.de"),
([2024], "Julian Leucker", "julian.leucker@teckids.org"),
([2024], "magicfelix", "felix@felix-zauberer.de"),
([2024], "Hangzhi Yu", "hangzhi.yu@teckids.org"),
)
...@@ -11,18 +11,24 @@ include = [ ...@@ -11,18 +11,24 @@ include = [
{ path = "tox.ini", format = "sdist" } { path = "tox.ini", format = "sdist" }
] ]
description = "AlekSIS (School Information System) — App Kolego (Staff Management)" description = "AlekSIS (School Information System) — App Kolego (Staff and Absence Management)"
authors = ["Jonathan Weth <dev@jonathanweth.de>"] authors = [
"Michael Bauer <michael-bauer@posteo.de>",
"Julian Leucker <julian.leucker@teckids.org>",
"magicfelix <felix@felix-zauberer.de>",
"Jonathan Weth <dev@jonathanweth.de>",
"Hangzhi Yu <hangzhi.yu@teckids.org>",
]
license = "EUPL-1.2-or-later" license = "EUPL-1.2-or-later"
homepage = "https://aleksis.org" homepage = "https://aleksis.org"
repository = "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Kolego" repository = "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego"
documentation = "https://aleksis.org/official/AlekSIS/docs/html/" documentation = "https://aleksis.org/official/AlekSIS/docs/html/"
classifiers = [ classifiers = [
"Environment :: Web Environment", "Environment :: Web Environment",
"Intended Audience :: Education", "Intended Audience :: Education",
"Topic :: Education" "Topic :: Education"
] ]
maintainers = ["Jonathan Weth <dev@jonathanweth.de>", "Dominik George <dominik.george@teckids.org>"] maintainers = ["Jonathan Weth <jonathan.weth@teckids.org>", "Dominik George <dominik.george@teckids.org>"]
[[tool.poetry.source]] [[tool.poetry.source]]
name = "PyPI" name = "PyPI"
......
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