1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 01:06:17 +02:00
github.com_openSUSE_osc/setup.py

18 lines
433 B
Python
Raw Normal View History

#!/usr/bin/env python
from distutils.core import setup
setup(name='osc',
version='0.7',
description='opensuse commander',
author='openSUSE project',
author_email='opensuse-buildservice@opensuse.org',
license='GPL',
url='https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/',
packages=['osc'],
scripts=['osc_hotshot.py', 'osc-wrapper.py'],
)