biopandas icon indicating copy to clipboard operation
biopandas copied to clipboard

Missing files in the PyPi tarball

Open moorepants opened this issue 5 years ago • 2 comments
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.

moorepants avatar May 10 '20 19:05 moorepants

These files should be included in the tarball using the MANIFEST.in file.

moorepants avatar Aug 04 '20 11:08 moorepants

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.

rasbt avatar Aug 04 '20 13:08 rasbt