From 0f7ab7cbf5500bb0035cc8bb50001424c6d7fdbf Mon Sep 17 00:00:00 2001 From: Joshua Tacoma Date: Sun, 27 May 2012 20:40:39 -0400 Subject: [PATCH] Listed python sub-packages in setup.py. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 7afa0e4440..1bdfe30d98 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,9 @@ setup(name='ansible', package_dir={ 'ansible': 'lib/ansible' }, packages=[ 'ansible', + 'ansible.inventory', + 'ansible.playbook', + 'ansible.runner', ], scripts=[ 'bin/ansible',