biopandas
biopandas copied to clipboard
Missing files in the PyPi tarball
trafficstars
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.
These files should be included in the tarball using the MANIFEST.in file.
Thanks for the note. Just looking at it, I think only the license file is affected (the requirements.txt is in the folder when I download the 2.6 tar.gz from from PyPI. The issue with the license file is a typo in the manifest. Should be "LICENSE.txt" not "LICENSE" -- will make a new version release (0.2.6 -> 0.2.7) to fix that.