# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1291027856 -3600 # Node ID 6c244d3ceaf77aae9670f01ca12419408235814a # Parent 124cd25de4ef8a346bd2b36a3152e81e0f350c82 add a MANIFEST.in file (fixes #142) This ensures that source archives include help, tests and our Makefile. diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include Makefile *.rst +recursive-include tests *.py *.sh *.svndump *.txt