diff --git a/setup.py b/setup.py index 58f65b60396..ffa2ead7099 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,