summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorpab <bigot@acm.org>2009-09-15 08:15:49 -0700
committerpab <bigot@acm.org>2009-09-15 08:15:49 -0700
commit2c13bca98a09205cd21fbee67c90f750e7e31fb6 (patch)
tree6c85703a5ed26f47e404918decc113d2bab2cf35 /MANIFEST.in
parent9b76fc44664ef2fb811d3514e8334ac224a57ce1 (diff)
Exclude template files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index e5c1a16..632a3c2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,12 @@
# Legal stuff
-include LICENSE NOTICE
+include LICENSE
+include NOTICE
# Miscellaneous other
-include MANIFEST.in MANIFEST
+include MANIFEST
+
+# Exclude the abstract (version-independent) stuff
+exclude README.txt.in pyxb/__init__.py.in doc/conf.py.in
# Include the pre-built bindings for standard schema, excepting schema we
# downloaded.