3 from distutils.core import setup
7 description='opensuse commander',
8 author='openSUSE project',
9 author_email='opensuse-buildservice@opensuse.org',
11 url='https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/',
13 packages=['osc', 'osc.util'],
14 scripts=['osc_hotshot.py', 'osc-wrapper.py'],