diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-07-10 10:30:52 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-07-10 10:30:52 -0400 |
commit | ebeb0b03485bd9f175fefc8492c27ce8870a16e6 (patch) | |
tree | 9dc4f480039957dd294c64d6b0a7279209cdca61 /MANIFEST.in | |
parent | 42357f7f2a8000ce9848e26c0eb8fdc4bd2127fd (diff) | |
download | ansible-ebeb0b03485bd9f175fefc8492c27ce8870a16e6.tar.gz |
removed plugins dir that was removed
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 44aa7c07c4..8af0aa9bc1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,7 +10,6 @@ include examples/ansible.cfg include lib/ansible/module_utils/powershell.ps1 recursive-include lib/ansible/modules * recursive-include docs * -recursive-include plugins * include Makefile include VERSION include MANIFEST.in |