Add license to setup.cfg

Glance client's setup.cfg was missing the license attribute. This commit
adds it to make it consistent with other clients and server libraries.
The value of the license attribute reflects the license in the LICENSE
file.

Change-Id: Ia2e8c3be4fe7eaf0db5eb397646068c83076c2ff
This commit is contained in:
Flavio Percoco 2014-06-30 08:51:11 +02:00
parent 6626f38cda
commit 7b19682984
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = python-glanceclient
summary = OpenStack Image API Client Library
description-file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/