[Telepathy-commits] [telepathy-python/master] Include src/utils.py in MANIFEST.in to make sure it is present in the dist tarball.
Jonny Lamb
jonny.lamb at collabora.co.uk
Wed Jan 7 08:24:51 PST 2009
Thanks to distutils, I have no idea why src/utils.py isn't automatically
appearing in MANIFEST. This is simply a workaround.
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
MANIFEST.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index 0b40b19..a3a89e2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,3 +8,4 @@ include telepathy-inspect
recursive-include examples *.py
recursive-include spec *.xml
recursive-include tools *.xsl
+include src/utils.py
--
1.5.6.5
More information about the Telepathy-commits
mailing list