smeserver-koji/plugins/tag2distrepo/setup.py

15 lines
359 B
Python
Raw Normal View History

2024-09-27 10:19:51 +02:00
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',
],
)