From db67054f2c4b64afceef277210dea05f6b9ef58b Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sun, 15 Nov 2020 20:16:53 +0100 Subject: [PATCH] Use entrypoints for app registration --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ff85b4a..6db99da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,6 +47,13 @@ flake8-isort = "^3.0.0" pytest-cov = "^2.8.1" pytest-sugar = "^0.9.2" +[tool.poetry.plugins."aleksis.app"] +resint = "aleksis.apps.resint.apps:ResintConfig" + +[tool.black] +line-length = 100 +exclude = "/migrations/" + [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" -- GitLab