Skip to content

Commit

Permalink
peg to kazoo 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhooker committed Sep 11, 2012
1 parent 79abd01 commit 76e3594
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
from setuptools import setup


VERSION = '0.3.1'
VERSION = '0.3.2'
NAME = 'jones'

install_requires = [
'zc-zookeeper-static',
'kazoo'
'kazoo==0.3'
]

web_requires = install_requires + [
Expand All @@ -36,10 +36,6 @@
'mock',
]

dependency_links = [
'https://github.com/python-zk/kazoo/zipball/master#egg=kazoo',
]

if __name__ == '__main__':
setup(
name=NAME,
Expand All @@ -59,5 +55,4 @@
},
test_suite='nose.collector',
include_package_data=True,
dependency_links=dependency_links,
)

0 comments on commit 76e3594

Please sign in to comment.