python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

kazoo 2.3 source tarball does not include README #437

Closed mrterry closed 7 years ago

mrterry commented 7 years ago

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/```