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

Include the license file in PyPI package #70

Open
mbrukman opened this issue Jan 19, 2022 · 0 comments
Open

Include the license file in PyPI package #70

mbrukman opened this issue Jan 19, 2022 · 0 comments
Assignees
Milestone

Comments

@mbrukman
Copy link
Collaborator

There's an in-progress PR #45 on this, but given the potential file extension change in #68 and the migration from setup.py to setup.cfg in #69, we may need to adjust this.

Here's an easy way to include the license file via setup.cfg:

[metadata]
license_files = LICENSE.txt
@mbrukman mbrukman added this to the Release 0.1.5 milestone Jan 19, 2022
@mbrukman mbrukman self-assigned this Jan 19, 2022
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

1 participant