diff --git a/setup.py b/setup.py index e7c64ac..a8db25d 100755 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def get_data_files(path, strip='', prefix=''): setup( name='ansible-cmdb', version=get_version(), - license='MIT', + license='GPLv3', description='Generate host overview from ansible fact gathering output', long_description=get_long_description(), url='https://github.com/fboender/ansible-cmdb',