Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

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 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: 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', keywords = 'cassandra client db distributed thrift',
packages = ['pycassa', packages = ['pycassa',
'pycassa.cassandra', 'pycassa.cassandra',
'pycassa.logging'], 'pycassa.logging',
'pycassa.contrib'],
install_requires = ['thrift'], install_requires = ['thrift'],
py_modules=['ez_setup'], py_modules=['ez_setup'],
scripts=['pycassaShell'], scripts=['pycassaShell'],
Expand Down

0 comments on commit 9dd31f8

Please sign in to comment.