summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-10-26 15:00:59 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-10-26 15:00:59 -0400
commitad5731b4a80355dbf5aa26db495f60e2e88131e1 (patch)
tree3e6723e0f8434aa8a61002452271d436b4340301 /setup.py
parentb725361bcebc803ee6fd553a51d35ec015948929 (diff)
downloadansible-ad5731b4a80355dbf5aa26db495f60e2e88131e1.tar.gz
Add module utils path to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c503c7cf13..c802eca6fd 100644
--- a/setup.py
+++ b/setup.py
@@ -36,6 +36,7 @@ setup(name='ansible',
'ansible.runner.connection_plugins',
'ansible.runner.filter_plugins',
'ansible.callback_plugins',
+ 'ansible.module_utils'
],
scripts=[
'bin/ansible',