From 0064091f205d9da39d3254a70ca295de6d4a105b Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 05 2021 20:56:07 +0000 Subject: setup.py: update description for koji plugin rewrite Update the Python packaging description to explain that this is a plugin for Koji Hub. --- diff --git a/setup.py b/setup.py index 29736cc..ffc415b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='tag2distrepo', version='2.0', - description='Fedmsg Consumer to automatically regenerate distrepos on tag operations', + description='Koji Hub plugin to automatically regenerate distrepos on tag operations', author='Patrick Uiterwijk', author_email='puiterwijk@redhat.com', url='https://pagure.io/tag2distrepo/',