From 644dc9f4a22d7f5797e4e15c581d2a99ecd3c6d2 Mon Sep 17 00:00:00 2001 From: richlv Date: Tue, 12 Sep 2017 17:49:47 +0300 Subject: [PATCH] - list the licence as Apache License 2.0 everywhere Signed-off-by: richlv --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 448491fa83..907aa2bc19 100755 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ setup( description='awx: API, UI and Task Engine for Ansible', long_description='AWX provides a web-based user interface, REST API and ' 'task engine built on top of Ansible', - license='MIT', + license='Apache License 2.0', keywords='ansible', url='http://github.com/ansible/awx', packages=['awx'], @@ -135,7 +135,7 @@ setup( 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', 'Intended Audience :: System Administrators' - 'License :: Other/Proprietary License', + 'License :: Apache License 2.0', 'Natural Language :: English', 'Operating System :: OS Independent', 'Operating System :: POSIX',