From 3d4a0622511b8a83116a8281a6e7af371113abe1 Mon Sep 17 00:00:00 2001 From: Ori Kotek Date: Thu, 31 Aug 2023 18:13:47 +0300 Subject: [PATCH] Add Gitlab webhook secret --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e1289f4..b11e23f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ license-files = ["LICENSE"] [tool.setuptools.packages.find] where = ["."] -include = ["pr_agent"] +include = ["pr_agent", "pr_agent.*"] [project.scripts] pr-agent = "pr_agent.cli:run"