From f3a0ab353d6639822e4417d88b1e9d51f5a4690f Mon Sep 17 00:00:00 2001 From: Cyril Moreau Date: Thu, 12 Feb 2026 10:06:32 +0100 Subject: [PATCH] fix import config files in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2943039..ccdc543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ ghmap = "ghmap.cli:main" packages = ["ghmap", "ghmap.preprocess", "ghmap.mapping"] [tool.setuptools.package-data] -ghmap = ["config/event_to_action.json", "config/action_to_activity.json"] +ghmap = ["config/*.json"] [tool.coverage.run] branch = true