Hi, The setup.py has the lines: ``` package_data={'': ['LICENSE.txt', 'README.md', 'requirements.txt'] }, ``` But the license and requirements files are not present in the 0.2.5 tarball, thus it is not possible to install the package from source.