diff options
| author | mjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2007-10-30 01:15:21 +0000 |
|---|---|---|
| committer | mjtnix <mjtnix@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2007-10-30 01:15:21 +0000 |
| commit | 593aa6738ecc381d11e429b9e1dd2c0f81e2bbc6 (patch) | |
| tree | 7f5e9e2b9f0666fde3f48ac9a715739a00b94e87 | |
| parent | 5c313a83ff70810933db2b8027f455d25ae96712 (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
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |
