summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 12:48:27 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 12:48:27 -0700
commitec0d909a50279799f3d88251b0369b1cc9cb4dd0 (patch)
tree1d175686539d37382fcbdf73d6040bfa038051f0
parent924ebb7b90771e8d67ee42e2288ec313a00f2df8 (diff)
downloadpystache-ec0d909a50279799f3d88251b0369b1cc9cb4dd0.tar.gz
Add note to MANIFEST.in re: gh/ directory.
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
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).