summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@monkeypox.org>2010-03-01 04:56:31 -0800
committerR. Tyler Ballance <tyler@monkeypox.org>2010-03-01 04:56:31 -0800
commitb29d0e1e5f2c788fedce18d46d45023e79e2fb68 (patch)
treede0060568dfd52ca22cea78ef4db0df1ea60bc6b
parentd20b523d30d77b2bccb8cfa0d39ab416e35da9c0 (diff)
downloadpython-cheetah-b29d0e1e5f2c788fedce18d46d45023e79e2fb68.tar.gz
Include header files in the source distribution
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f1d1938..c892292 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include MANIFEST.in *.py *.cfg TODO CHANGES LICENSE README.markdown examples docs bin
-recursive-include cheetah *.py *.tmpl *.txt
+recursive-include cheetah *.py *.tmpl *.txt *.h
recursive-include bin *
recursive-include docs *
recursive-include examples *