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
445 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/',
2009-03-24 20:12:39 +01:00
packages=['osc', 'osc.util'],
scripts=['osc_hotshot.py', 'osc-wrapper.py'],
)