diff options
| author | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-06-17 19:38:01 +0000 |
|---|---|---|
| committer | nitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-06-17 19:38:01 +0000 |
| commit | 248610a2d6d909371e3c58f3788b1321755bc6ac (patch) | |
| tree | 48d9b5df3299e0b4f16246dea1a1eb0dcc76943a | |
| parent | ce6586075eca8e6793844aa5e07f99ea6906b1c9 (diff) | |
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
| -rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 + |
