From 479a029a5ce4419882a276d563748a724796bb67 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Fri, 20 Dec 2019 10:44:35 +0100 Subject: [PATCH] Register GiteaAuth with the buildbout plugin system. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index d50bc10..f6184f5 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,9 @@ setup(name='buildbot-gitea', ], "buildbot.reporters": [ "GiteaStatusPush = buildbot_gitea.reporter:GiteaStatusPush" + ], + "buildbot.auth": [ + "GiteaAuth = buildbot_gitea.auth:GiteaAuth" ] }, classifiers=[