From 919540f8f6fd892248553420b400e3d8bb80c1ea Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sun, 15 Nov 2020 12:56:36 +0100 Subject: [PATCH] Use setuptools entrypoints to register AlekSIS app --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f6a527f6..d6262405 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,6 +59,9 @@ flake8-isort = "^4.0.0" pytest-cov = "^2.8.1" pytest-sugar = "^0.9.2" +[tool.poetry.plugins."aleksis.app"] +chronos = "aleksis.apps.chronos.apps:ChronosConfig" + [build-system] requires = ["poetry>=1.0"] build-backend = "poetry.masonry.api" -- GitLab