summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-04-29 16:50:00 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-04-29 16:50:00 -0400
commit56d03fc7660d150dcce3da73a33ff1718e34d58d (patch)
treec59c093ed0a5d8defee6d3bbabf1ba596ab7de9c /setup.py
parent4cf67c4722889ca719a496da5b931de48b82db81 (diff)
parent6735733ed12547808eb0eb54b75f792785fd56e0 (diff)
downloadansible-56d03fc7660d150dcce3da73a33ff1718e34d58d.tar.gz
Merge pull request #6994 from tonk/docfix
Fix documentation error
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 61e650696b..e4e46a1849 100644
--- a/setup.py
+++ b/setup.py
@@ -39,6 +39,7 @@ setup(name='ansible',
packages=[
'ansible',
'ansible.utils',
+ 'ansible.utils.module_docs_fragments',
'ansible.inventory',
'ansible.inventory.vars_plugins',
'ansible.playbook',