jaybaird / python-bloomfilter

Scalable Bloom Filter implemented in Python
MIT License
1.62k stars 330 forks source link

setup.py change for pip-interoperability #16

Closed holbech closed 10 years ago

holbech commented 10 years ago

I could not install python-bloomfilter using

pip install git+ssh://git@github.com/jaybaird/python-bloomfilter.git#egg=python_bloomfilter

That is, the install succeeds, but I could not import pybloom or its parts afterwards.

I changed setup.py and init.py so that setup.py install results are in line with examples given in the readme.

jaybaird commented 10 years ago

Looks good. Thanks Søren!