diff options
author | Seth Vidal <skvidal@fedoraproject.org> | 2012-03-13 16:08:10 +0100 |
---|---|---|
committer | Seth Vidal <skvidal@fedoraproject.org> | 2012-03-13 16:08:10 +0100 |
commit | 3567237dbc88fdcc11ada0d191bd928bbce80efe (patch) | |
tree | 7a137aae1a0a78f3bed23f4c5bc09d32258cab1f /MANIFEST.in | |
parent | Add external vars example (diff) | |
download | ansible-3567237dbc88fdcc11ada0d191bd928bbce80efe.tar.xz ansible-3567237dbc88fdcc11ada0d191bd928bbce80efe.zip |
modify build/spec file to work on el6 with quasi-broken setup process
remove data_files section from setup.py for some reason or another
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 158b1efa93..d02fe3ed95 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include README.md AUTHORS.md ansible.spec include examples/hosts recursive-include docs * +recursive-include library * include Makefile |