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

Update copyright and app config

parent 7cd3f4dd
No related branches found
No related tags found
1 merge request!2Resolve "Review tasks"
Pipeline #55915 canceled
...@@ -16,7 +16,7 @@ Licence ...@@ -16,7 +16,7 @@ Licence
:: ::
Copyright © 2021 Dominik George <dominik.george@teckids.org> Copyright © 2021, 2022 Jonathan Weth <dev@jonathanweth.de>
Licenced under the EUPL, version 1.2 or later Licenced under the EUPL, version 1.2 or later
......
...@@ -4,5 +4,3 @@ try: ...@@ -4,5 +4,3 @@ try:
__version__ = pkg_resources.get_distribution("AlekSIS-App-Matrix").version __version__ = pkg_resources.get_distribution("AlekSIS-App-Matrix").version
except Exception: except Exception:
__version__ = "unknown" __version__ = "unknown"
default_app_config = "aleksis.apps.matrix.apps.DefaultConfig"
...@@ -10,4 +10,4 @@ class DefaultConfig(AppConfig): ...@@ -10,4 +10,4 @@ class DefaultConfig(AppConfig):
"Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix", "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix",
} }
licence = "EUPL-1.2+" licence = "EUPL-1.2+"
copyright_info = (([2021], "Dominik George", "dominik.george@teckids.org"),) copyright_info = (([2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),)
...@@ -8,7 +8,7 @@ readme = "README.rst" ...@@ -8,7 +8,7 @@ readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst", "aleksis/**/*.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 = ["Jonathan Weth <dev@jonathanweth.de>"]
maintainers = [ maintainers = [
"Jonathan Weth <wethjo@katharineum.de>", "Jonathan Weth <wethjo@katharineum.de>",
"Dominik George <dominik.george@teckids.org>" "Dominik George <dominik.george@teckids.org>"
......
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