From 373830b5df9924985d35e40ff0332024182b8ae4 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 13 Jul 2015 15:45:20 -0400 Subject: Fix removal of .git from modules directories Also changed the setup.py maintainers email to our default support one. Fixes #11051 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 8af0aa9bc1..b9bf5f4276 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -15,5 +15,7 @@ include VERSION include MANIFEST.in include contrib/README.md include contrib/inventory * +exclude lib/ansible/modules/core/.git* +exclude lib/ansible/modules/extras/.git* prune lib/ansible/modules/core/.git prune lib/ansible/modules/extras/.git -- cgit v1.2.1