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

Package the license file #43

Merged
merged 2 commits into from
May 2, 2018
Merged

Conversation

jakirkham
Copy link
Contributor

Ensure the license file is packaged in sdists, whls, and other package formats.

Ensure the license file is packaged in `sdist`s, `whl`s, and other
package formats.
Appears `setup.py` tries to read `README-PYPI.rst` and `CHANGELOGS.rst`,
which are not in the `sdist`. This fixes that.
include README.rst
include README-PYPI.rst
Copy link
Contributor Author

@jakirkham jakirkham May 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also appears these files are needed by setup.py and they are not included in the sdist currently. Added them here so we can get that fixed as well. Should note this is breaking the pip install of sdists by not having these files included.

Copy link
Owner

@damnever damnever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@damnever damnever merged commit 0391d29 into damnever:master May 2, 2018
@jakirkham jakirkham deleted the pkg_license_file branch May 2, 2018 14:41
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

Successfully merging this pull request may close these issues.

2 participants