summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorpab <bigot@acm.org>2009-09-15 17:51:10 -0700
committerpab <bigot@acm.org>2009-09-15 17:51:10 -0700
commitb09b24fa6f7ff7fd0d4889576ec3951c91251be0 (patch)
treed6f846e32ad712fc01b80c60901f294b195197ba /MANIFEST.in
parentebebad19845ffb2e6515e7509c69d83555a2971d (diff)
Attempt to remove unneeded templates from distribution
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 32a20e6..1a6388f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,7 +7,9 @@ include MANIFEST.in
include MANIFEST
# Exclude the abstract (version-independent) stuff
-exclude README.txt.in pyxb/__init__.py.in doc/conf.py.in
+exclude README.txt.in
+exclude pyxb/__init__.py.in
+exclude doc/conf.py.in
# Include the pre-built bindings for standard schema, excepting schema we
# downloaded.