Skip to content

0.2.6 - pip install from PyPI works

Compare
Choose a tag to compare
@steinnes steinnes released this 18 Feb 13:40
· 13 commits to master since this release
0.2.6 - Fixing PyPI setup

My setup.py was completely broken and wrong because the requirements.txt
file was never included in the PyPI package.  This meant that it was
really only possible to install the package by cloning the repo and
running setup.py from here, where requirements.txt would be available.

Should be fixed now.