summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-02-15 15:58:09 +0100
committerGitHub <noreply@github.com>2017-02-15 15:58:09 +0100
commitd7b7cbac1a1f418041f2accd08e3389c9dca8f21 (patch)
treeb361b55eee1dec18bdbac989bb9af89adc416ff2 /MANIFEST.in
parentAdvanced example using shell with other executable (#21462) (diff)
downloadansible-d7b7cbac1a1f418041f2accd08e3389c9dca8f21.tar.xz
ansible-d7b7cbac1a1f418041f2accd08e3389c9dca8f21.zip
Move to using a requirements.txt to install the python packages. (#21430)
Move to using a requirements.txt to install the python packages. This makes it easy to keep the documentation and actual package dependencies in sync. Fixes #18453
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0923faebe3..d8a7c5f8ba 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,7 @@
prune ticket_stubs
prune hacking
include README.md COPYING
+include requirements.txt
include examples/hosts
include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1