From 7b19682984b410917ee490fe4171fcea616bc43d Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Mon, 30 Jun 2014 08:51:11 +0200 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 9edd3788..244719ad 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/