summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2017-04-12 10:21:11 -0700
committerMatt Clay <matt@mystile.com>2017-04-12 10:59:52 -0700
commit38eed2dab08f01bcaa205b811b6a1870032a489e (patch)
tree5d4ed764aab326279b520ee5e0658ab15c7ae11f /MANIFEST.in
parent731fc288fa700cb7e90a2c33ebba7b00ca28cf56 (diff)
downloadansible-38eed2dab08f01bcaa205b811b6a1870032a489e.tar.gz
Include .yamllint in manifest so yamllint works.
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 4c49692b5b..523e28017b 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,7 @@ prune hacking
include README.md COPYING
include requirements.txt
include .coveragerc
+include .yamllint
include examples/hosts
include examples/ansible.cfg
include lib/ansible/module_utils/powershell.ps1