From 38eed2dab08f01bcaa205b811b6a1870032a489e 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. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 4c49692b5b0..523e28017bb 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