From 7a841f2a81dd1b54d5b03f051981b32d8d1d743e Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Tue, 4 Sep 2018 12:58:29 +0200 Subject: [PATCH] Properly register gitea change dialect --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ac26e5b..37994d4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name='buildbot-gitea', packages=['gitea'], entry_points={ "buildbot.webhooks": [ - "Gitea = gitea.webhook:gitea" + "gitea = gitea.webhook:gitea" ] }, )