From 74b6dd77990be5c70706d3c9ee2ce18a30d7747a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 12 Apr 2017 10:21:11 -0700 Subject: [PATCH] Include .yamllint in manifest so yamllint works. (cherry picked from commit 38eed2dab08f01bcaa205b811b6a1870032a489e) --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 4d58ee33637..5a18bcfe909 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