Skip to content

Include LICENSE file in wheel metadata#3967

Open
daniel7an wants to merge 1 commit intoTextualize:masterfrom
daniel7an:fix/license-in-metadata
Open

Include LICENSE file in wheel metadata#3967
daniel7an wants to merge 1 commit intoTextualize:masterfrom
daniel7an:fix/license-in-metadata

Conversation

@daniel7an
Copy link

Adds LICENSE to the include list in pyproject.toml so the license file is included in wheel distributions.

Fixes #3965

@aytekinar
Copy link

I believe this is the wrong approach. LICENSE does exist in the wheel distribution; however, its License-File metadata is missing somehow.

I would leave include as before, and instead, add license-files = ["LICENSE"] right below the license key of [project].

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.

[BUG] LICENSE file is missing in metadata

2 participants