Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files in the PyPi tarball #63

Open
moorepants opened this issue May 10, 2020 · 2 comments
Open

Missing files in the PyPi tarball #63

moorepants opened this issue May 10, 2020 · 2 comments

Comments

@moorepants
Copy link

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
Copy link
Author

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

@rasbt
Copy link
Member

rasbt commented Aug 4, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants