summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlavio Percoco <flaper87@gmail.com>2014-06-30 08:51:11 +0200
committerFlavio Percoco <flaper87@gmail.com>2014-06-30 08:51:11 +0200
commit7b19682984b410917ee490fe4171fcea616bc43d (patch)
tree565f308abfdca0459c196a59d1f420894933b0a1
parent6626f38cda3ba5af787c4380cf96d4f49034cefd (diff)
downloadpython-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
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 9edd378..244719a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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/