summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJosh Drake <joshua.c.drake@gmail.com>2014-07-02 20:02:28 -0500
committerMichael DeHaan <michael@ansible.com>2014-08-11 12:23:05 -0400
commitaa419044c45e5227710b95fc5ddaaf3abb018f03 (patch)
tree180aa0bb51892132ac4a4a7849bea38e0417b0ec /setup.py
parentfb5a1403dd16c132280ecaa649ac74dcecf4d0df (diff)
downloadansible-aa419044c45e5227710b95fc5ddaaf3abb018f03.tar.gz
WIP on the re-implementation of fact caching and various backends.
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 6d7e159196..de4b251fee 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ setup(name='ansible',
package_dir={ 'ansible': 'lib/ansible' },
packages=[
'ansible',
+ 'ansible.cache',
'ansible.utils',
'ansible.utils.module_docs_fragments',
'ansible.inventory',