summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorpab <devnull@localhost>2009-04-20 01:11:29 +0000
committerpab <devnull@localhost>2009-04-20 01:11:29 +0000
commit0b2099f98b27ef5b37d4b6774a5204ab023aa071 (patch)
tree29bc610ea54d1829a0a46bf82ba8dfd28949edfb /MANIFEST.in
parentdc043cdc1a085ea2cdf715b533810e646b847a26 (diff)
More cleanup
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in9
1 files changed, 7 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 387bafc..1a70dd2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,11 @@
+# Legal stuff
+include LICENSE NOTICE
# Include the pre-built bindings for standard schema
recursive-include pywxsb/standard *.py *.xsd *.wxs
# Include all the unit tests
recursive-include tests *.py *.xsd *.xml
-# Include the scripts and other garbage helpful to the maintainer
-recursive-include maintainer *
+# Include the scripts and any other garbage helpful to the maintainer
+recursive-include maintainer *.sh
+# Documentation, not including cached W3C material
+recursive-include doc *.txt
+prune doc/W3C