from setuptools import setup setup( name='tag2distrepo', version='2.0', description='Koji Hub plugin to automatically regenerate distrepos on tag operations', author='Patrick Uiterwijk', author_email='puiterwijk@redhat.com', url='https://pagure.io/tag2distrepo/', license='gplv2+', packages=[ 'tag2distrepo', ], )