From ae27d57e26237ec08fef48e5f75e0e406117df0c Mon Sep 17 00:00:00 2001 From: Francis Herne Date: Sun, 10 May 2020 15:20:40 +0100 Subject: [PATCH] Change: Exclude hidden files and directories from release tarballs. This excludes .dorpsgek.yml, .gitignore and .github/ from the tarballs. --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4ba7918e..c06974ab 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ -global-exclude ._* +# Exclude hidden files and directories +global-exclude .* +prune .* # Include documentation recursive-include docs *.html *.txt nmlc.1 nml.spec