summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-04-12 16:48:20 +0200
committerToshio Kuratomi <a.badger@gmail.com>2017-04-12 17:07:34 +0200
commit0d2d17ade59b435eb49da9cce58cf7d896f998e8 (patch)
tree1964709bb37aac9c8171f7400dd0872d59c89ae7 /MANIFEST.in
parentAdding 2.3.0 release date to release vars versions (diff)
downloadansible-0d2d17ade59b435eb49da9cce58cf7d896f998e8.tar.xz
ansible-0d2d17ade59b435eb49da9cce58cf7d896f998e8.zip
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