From 593aa6738ecc381d11e429b9e1dd2c0f81e2bbc6 Mon Sep 17 00:00:00 2001 From: mjtnix Date: Tue, 30 Oct 2007 01:15:21 +0000 Subject: 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 --- setup.py | 4 ++-- 1 file 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', -- cgit v1.3.1