summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2007-10-30 01:15:21 +0000
committermjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2007-10-30 01:15:21 +0000
commit593aa6738ecc381d11e429b9e1dd2c0f81e2bbc6 (patch)
tree7f5e9e2b9f0666fde3f48ac9a715739a00b94e87 /setup.py
parent5c313a83ff70810933db2b8027f455d25ae96712 (diff)
installation bug fix - add freebase.api to install package list.
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@21 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index dc81e35..fb77f99 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ except ImportError:
setup(
name='freebase',
- version='0.2.0',
+ version='0.2.1',
author='Nick Thompson',
author_email='nix@metaweb.com',
maintainer_email='developers@freebase.com',
@@ -44,7 +44,7 @@ setup(
long_description="""A Python library providing a convenient
wrapper around the freebase.com service api, as well as some
utility functions helpful in writing clients of the api.""",
- packages=['freebase'],
+ packages=['freebase', 'freebase.api'],
#download_url='xxx', # provided by cheeseshop?
classifiers=[
'Development Status :: 3 - Alpha',