Looks like README.md didn't get included in the source tarball. When I pip install the I get the following error. The whl seems ok.
pip install kazoo-2.3.0.tar.gz
Processing ./kazoo-2.3.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-OeGe6K-build/setup.py", line 9, in <module>
with open(os.path.join(here, 'README.md')) as f:
IOError: [Errno 2] No such file or directory: '/tmp/pip-OeGe6K-build/README.md'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-OeGe6K-build/```
Looks like README.md didn't get included in the source tarball. When I pip install the I get the following error. The whl seems ok.