Newer
Older
from aleksis.core.util.apps import AppConfig
class DefaultConfig(AppConfig):
name = "aleksis.apps.matrix"
verbose_name = "AlekSIS — Matrix (Integration with Matrix/Element)"
dist_name = "AlekSIS-App-Matrix"
urls = {
"Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix",
}
licence = "EUPL-1.2+"
copyright_info = (([2021, 2022], "Jonathan Weth", "dev@jonathanweth.de"),)