From 0aac3a129d29f806d85e0d993a9e1fa75317e81d Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 18 Jun 2017 05:28:33 +0200 Subject: [PATCH] MANIFEST.in: exclude .coafile (coala) --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index bbadcbcea..2ec72dc24 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in -exclude .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile +exclude .coafile .coveragerc .gitattributes .gitignore .travis.yml Vagrantfile prune .travis prune .github graft src