summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 58f65b6039..ffa2ead709 100644
--- a/setup.py
+++ b/setup.py
@@ -55,7 +55,7 @@ setup(
author=__author__,
author_email='info@ansible.com',
url='https://ansible.com/',
- license='GPLv3',
+ license='GPLv3+',
# Ansible will also make use of a system copy of python-six and
# python-selectors2 if installed but use a Bundled copy if it's not.
install_requires=install_requirements,