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

Merge branch 'feature/use-entrypoints' into 'master'

Use setuptools entrypoint to register app

See merge request !39
parents 9aeaacc0 4203dbf9
No related branches found
No related tags found
1 merge request!39Use setuptools entrypoint to register app
Pipeline #4542 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"
[tool.black]
line-length = 100
exclude = "/migrations/"
......
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