summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-04-12 07:48:20 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-04-12 08:07:34 -0700
commit0d2d17ade59b435eb49da9cce58cf7d896f998e8 (patch)
tree1964709bb37aac9c8171f7400dd0872d59c89ae7 /MANIFEST.in
parente9703bd68aebcc373db6c12201e3a6bcb17f6906 (diff)
downloadansible-0d2d17ade59b435eb49da9cce58cf7d896f998e8.tar.gz
Add .coveragerc to the tarball so unittests will run from the tarball
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 81be9ddc6e..4c49692b5b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,7 @@ prune ticket_stubs
prune hacking
include README.md COPYING
include requirements.txt
+include .coveragerc
include examples/hosts
include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1