Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hammer committed May 16, 2010
1 parent bce1ae4 commit 08c4f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 130 deletions.
129 changes: 0 additions & 129 deletions examples/cli.py

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
@@ -1,12 +1,13 @@
from setuptools import setup, find_packages

setup(name="PyHBase",
version='0.0.1',
version='0.0.2',
description="High-level Python interface to HBase",
url="http://github.com/hammer/pyhbase/tree/master",
packages=find_packages(),
include_package_data=True,
author="Jeff Hammerbacher",
author_email="hammer@cloudera.com",
keywords="database hbase",
scripts=['examples/pyhbase-cli'],
install_requires=['Thrift', 'python-hbase'])

0 comments on commit 08c4f97

Please sign in to comment.