mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-09 22:36:14 +01:00
Add some metainformation to setup.py and also include correct version
there (it is later used in generated egg file).
This commit is contained in:
parent
9adde950df
commit
0d27064a28
8
setup.py
8
setup.py
@ -1,13 +1,17 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from distutils.core import setup
|
||||
import osc.core
|
||||
|
||||
setup(name='osc',
|
||||
version='0.7',
|
||||
description='opensuse commander',
|
||||
version=osc.core.__version__,
|
||||
description='openSUSE (buildsystem) commander',
|
||||
long_description='Commandline client for the openSUSE Build Service, which allows to access repositories in the openSUSE Build Service in similar way as Subversion repositories.',
|
||||
author='openSUSE project',
|
||||
author_email='opensuse-buildservice@opensuse.org',
|
||||
license='GPL',
|
||||
platforms = ['Linux'],
|
||||
keywords = ['openSUSE', 'SUSE', 'RPM', 'build', 'buildservice'],
|
||||
url='https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/clientlib/python/osc/',
|
||||
|
||||
packages=['osc', 'osc.util'],
|
||||
|
Loading…
Reference in New Issue
Block a user