# HG changeset patch # User Christian Ebert # Date 1185799322 -3600 # Node ID 943e1e1ea04260dc8f0b8af8a8db5ccb0a010441 # Parent 405a9c1dc7bf724c72f97182f567bbb285e0e890 Include MANIFEST.in in dist; hgignore MANIFEST diff -r 405a9c1dc7bf -r 943e1e1ea042 .hgignore --- a/.hgignore Mon Jul 30 13:35:02 2007 +0100 +++ b/.hgignore Mon Jul 30 13:42:02 2007 +0100 @@ -8,5 +8,5 @@ *.rej build/* - +MANIFEST hgkw/__version__.py diff -r 405a9c1dc7bf -r 943e1e1ea042 MANIFEST.in --- a/MANIFEST.in Mon Jul 30 13:35:02 2007 +0100 +++ b/MANIFEST.in Mon Jul 30 13:42:02 2007 +0100 @@ -3,3 +3,5 @@ exclude hgkw/__version__.py include tests/test-keyword tests/test-keyword.out + +include MANIFEST.in