diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2017-02-15 06:58:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-15 06:58:09 -0800 |
commit | d7b7cbac1a1f418041f2accd08e3389c9dca8f21 (patch) | |
tree | b361b55eee1dec18bdbac989bb9af89adc416ff2 /MANIFEST.in | |
parent | 39a8638ec0b2193f97e1ede5f4ab4139b357278c (diff) | |
download | ansible-d7b7cbac1a1f418041f2accd08e3389c9dca8f21.tar.gz |
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.in | 1 |
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 |