From 567abaea5c472817c7ae2d2871b4e46ab691536a Mon Sep 17 00:00:00 2001 From: Flaper Fesp Date: Mon, 25 Feb 2013 16:20:40 +0100 Subject: [PATCH] Added license to setup.py Change-Id: I43d66f7d35772ae8857fbc0bfdc475299884200e --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 768d9ca5d..155625635 100755 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ setup( name='marconi', version=common_setup.get_post_version('marconi'), description='Message Bus for OpenStack', + license="Apache License (2.0)", author='Kurt Griffiths', author_email='kurt.griffiths@rackspace.com', url='https://launchpad.net/marconi',