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

Use setuptools entrypoints to register AlekSIS app

parent 952ac3b7
No related branches found
No related tags found
1 merge request!106Use setuptools entrypoint to register app
Pipeline #4507 passed
......@@ -54,6 +54,9 @@ flake8-isort = "^4.0.0"
pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2"
[tool.poetry.plugins."aleksis.app"]
alsijil = "aleksis.apps.alsijil.apps:AlsijilConfig"
[build-system]
requires = ["poetry>=1.0"]
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