Properly register gitea change dialect

This commit is contained in:
Marvin Pohl 2018-09-04 12:58:29 +02:00
parent b525c2b508
commit 7a841f2a81
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setup(name='buildbot-gitea',
packages=['gitea'],
entry_points={
"buildbot.webhooks": [
"Gitea = gitea.webhook:gitea"
"gitea = gitea.webhook:gitea"
]
},
)