Skip to content

Commit

Permalink
Add contrib package to setup.py, make version 1.8.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Feb 12, 2013
1 parent 0b2ce9b commit 9dd31f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -23,7 +23,7 @@

from distutils.cmd import Command

__version__ = "1.8.0"
__version__ = "1.8.1-SNAPSHOT"

long_description = """pycassa is a python client library for Apache Cassandra with the following features:
Expand Down Expand Up @@ -122,7 +122,8 @@ def run(self):
keywords = 'cassandra client db distributed thrift',
packages = ['pycassa',
'pycassa.cassandra',
'pycassa.logging'],
'pycassa.logging',
'pycassa.contrib'],
install_requires = ['thrift'],
py_modules=['ez_setup'],
scripts=['pycassaShell'],
Expand Down

0 comments on commit 9dd31f8

Please sign in to comment.