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

Use setuptools entrypoints to register AlekSIS app

parent 26f9c07c
No related branches found
No related tags found
Loading
Pipeline #4513 passed
......@@ -62,6 +62,9 @@ flake8-isort = "^4.0.0"
pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2"
[tool.poetry.plugins."aleksis.app"]
untis = "aleksis.apps.untis.apps:UntisConfig"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
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