diff options
author | Toshio Kuratomi <a.badger@gmail.com> | 2017-04-12 16:48:20 +0200 |
---|---|---|
committer | Toshio Kuratomi <a.badger@gmail.com> | 2017-04-12 17:07:34 +0200 |
commit | 0d2d17ade59b435eb49da9cce58cf7d896f998e8 (patch) | |
tree | 1964709bb37aac9c8171f7400dd0872d59c89ae7 /MANIFEST.in | |
parent | Adding 2.3.0 release date to release vars versions (diff) | |
download | ansible-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.in | 1 |
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 |