summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTon Kersten <github@tonkersten.com>2014-04-15 09:21:41 +0200
committerTon Kersten <github@tonkersten.com>2014-04-15 09:21:41 +0200
commit6735733ed12547808eb0eb54b75f792785fd56e0 (patch)
tree52c10397a9006981d90fe774a3663109bf6b7a01 /setup.py
parentbdbb3bb4a1e969090fa6575c7e2530ce6448eafb (diff)
downloadansible-6735733ed12547808eb0eb54b75f792785fd56e0.tar.gz
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 c537ee9766..a4be8591b9 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,7 @@ setup(name='ansible',
packages=[
'ansible',
'ansible.utils',
+ 'ansible.utils.module_docs_fragments',
'ansible.inventory',
'ansible.inventory.vars_plugins',
'ansible.playbook',