Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-02-15 17:58:09 +0300
committerGitHub <noreply@github.com>2017-02-15 17:58:09 +0300
commitd7b7cbac1a1f418041f2accd08e3389c9dca8f21 (patch)
treeb361b55eee1dec18bdbac989bb9af89adc416ff2 /MANIFEST.in
parent39a8638ec0b2193f97e1ede5f4ab4139b357278c (diff)
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 0923faebe33..d8a7c5f8ba2 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