setup.py: add license and url information
authorMarkus Lehtonen <markus.lehtonen@linux.intel.com>
Tue, 8 Apr 2014 10:18:33 +0000 (13:18 +0300)
committerMarkus 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

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']),