Skip to content

Commit

Permalink
Remove version-specific modules from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thobbs committed Jul 17, 2012
1 parent c95d873 commit e121826
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Expand Up @@ -122,10 +122,6 @@ def run(self):
keywords = 'cassandra client db distributed thrift',
packages = ['pycassa',
'pycassa.cassandra',
'pycassa.cassandra.c07',
'pycassa.cassandra.c08',
'pycassa.cassandra.c10',
'pycassa.cassandra.c11',
'pycassa.logging'],
install_requires = ['thrift'],
py_modules=['ez_setup'],
Expand Down

0 comments on commit e121826

Please sign in to comment.