summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',