diff --git a/setup.py b/setup.py index 2c1f5c2d667..bd4bee2b420 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup(name='ansible', 'ansible.inventory', 'ansible.playbook', 'ansible.runner', - 'ansible.runner.connections', - 'ansible.callbacks', + 'ansible.runner.connection_plugins', + 'ansible.callback_plugins', ], scripts=[ 'bin/ansible',