ptrus / suffix-trees

Python implementation of Suffix Trees and Generalized Suffix Trees.
MIT License
122 stars 28 forks source link

No PyPI release #2

Closed refi64 closed 8 years ago

refi64 commented 8 years ago

The PyPI page for this project doesn't contain any actual source releases, so commands like pip install suffix-trees won't work. I think you need to run python setup.py sdist upload.

ptrus commented 8 years ago

Thanks, the PyPI page now contains the source. And the package can now be installed via pip.