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

Update copyright and meta files

parent 23d23292
No related branches found
No related tags found
1 merge request!58Update copyright and meta files
Pipeline #194167 passed
......@@ -3,8 +3,8 @@ include:
file: /ci/general.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/prepare/lock.yml
# - project: "AlekSIS/official/AlekSIS"
# file: /ci/test.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/test/test.yml
- project: "AlekSIS/official/AlekSIS"
file: /ci/test/lint.yml
- project: "AlekSIS/official/AlekSIS"
......
AlekSIS (School Information System) — App Kolego (Staff Management)
==================================================================================================
AlekSIS (School Information System) — App Kolego (Staff and Absence Management)
===============================================================================
AlekSIS
-------
......@@ -9,14 +9,19 @@ This is an application for use with the `AlekSIS®`_ platform.
Features
--------
The author of this app did not describe it yet.
* Manage absences of persons with different reasons.
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
......
......@@ -3,11 +3,17 @@ from aleksis.core.util.apps import AppConfig
class DefaultConfig(AppConfig):
name = "aleksis.apps.kolego"
verbose_name = "AlekSIS — Kolego"
verbose_name = "AlekSIS — Kolego (Staff and Absences)"
dist_name = "AlekSIS-App-Kolego"
urls = {
"Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Kolego",
"Repository": "https://edugit.org/AlekSIS/onboarding/AlekSIS-App-Kolego",
}
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 = [
{ path = "tox.ini", format = "sdist" }
]
description = "AlekSIS (School Information System) — App Kolego (Staff Management)"
authors = ["Jonathan Weth <dev@jonathanweth.de>"]
description = "AlekSIS (School Information System) — App Kolego (Staff and Absence Management)"
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"
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/"
classifiers = [
"Environment :: Web Environment",
"Intended Audience :: 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]]
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