diff options
author | Flavio Percoco <flaper87@gmail.com> | 2014-06-30 08:51:11 +0200 |
---|---|---|
committer | Flavio Percoco <flaper87@gmail.com> | 2014-06-30 08:51:11 +0200 |
commit | 7b19682984b410917ee490fe4171fcea616bc43d (patch) | |
tree | 565f308abfdca0459c196a59d1f420894933b0a1 /setup.cfg | |
parent | 6626f38cda3ba5af787c4380cf96d4f49034cefd (diff) | |
download | python-glanceclient-7b19682984b410917ee490fe4171fcea616bc43d.tar.gz |
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
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |