Skip to content
Snippets Groups Projects
Commit dda23f02 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

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

Use setuptools entrypoint to register app

See merge request AlekSIS/official/AlekSIS-App-LDAP!32
parents 39d14721 bfe2f5f6
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ flake8-isort = "^4.0.0"
pytest-cov = "^2.8.1"
pytest-sugar = "^0.9.2"
[tool.poetry.plugins."aleksis.app"]
ldap = "aleksis.apps.ldap.apps:LDAPConfig"
[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