From ec0d909a50279799f3d88251b0369b1cc9cb4dd0 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sun, 28 Oct 2012 12:48:27 -0700 Subject: Add note to MANIFEST.in re: gh/ directory. --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 5a864fd..bdc64bf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,3 +8,6 @@ include test_pystache.py # You cannot use package_data, for example, to include data files in a # source distribution when using Distribute. recursive-include pystache/tests *.mustache *.txt +# We deliberately exclude the gh/ directory because it contains copies +# of resources needed only for the web page hosted on GitHub (via the +# gh-pages branch). -- cgit v1.2.1