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

Merge branch 'master' into feature/use-entrypoints

parents 7ef73a59 9aeaacc0
Branches feature/use-entrypoints
No related tags found
1 merge request!39Use setuptools entrypoint to register app
Pipeline #4664 passed
......@@ -65,6 +65,10 @@ pytest-sugar = "^0.9.2"
[tool.poetry.plugins."aleksis.app"]
untis = "aleksis.apps.untis.apps:UntisConfig"
[tool.black]
line-length = 100
exclude = "/migrations/"
[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