From 248610a2d6d909371e3c58f3788b1321755bc6ac Mon Sep 17 00:00:00 2001 From: nitromaster101 Date: Wed, 17 Jun 2009 19:38:01 +0000 Subject: added MANIFEST.in which controls which files get packaged-up in the tarball git-svn-id: http://freebase-python.googlecode.com/svn/trunk@90 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b63f69d --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +recursive-include freebase *.py *.txt +exclude metaweb.py + -- cgit v1.3.1