README.md

koji-fedmsg-plugin

Koji plugin to send messages on fedora-messaging

Development environment

$ python -m venv .venv
$ source .venv/bin/activate
(.venv) $ pip install poetry
(.venv) $ poetry install