projects
/
services
/
obs-service-git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f9b70
)
setup.py: add license and url information
author
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Tue, 8 Apr 2014 10:18:33 +0000
(13:18 +0300)
committer
Markus Lehtonen
<markus.lehtonen@linux.intel.com>
Tue, 8 Apr 2014 10:18:33 +0000
(13:18 +0300)
That are parsed from the spec file.
Change-Id: Icf91346a7d2f02c8ee751462a87c24b6ae984dbf
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 43e432226af3bcb55ef0f2b2e459f062de166792..2399355f45d936ab987bb232454ae97626b5b48c 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-35,6
+35,8
@@
setup(name='obs_service_gbp',
description=tag_from_spec('Summary'),
author='Markus Lehtonen',
author_email='markus.lehtonen@linux.intel.com',
+ url=tag_from_spec('URL'),
+ license=tag_from_spec('License'),
packages=['obs_service_gbp', 'obs_service_gbp_utils', 'gbp_repocache'],
data_files=[('/usr/lib/obs/service', ['service/git-buildpackage',
'service/git-buildpackage.service']),