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

Add LICENSE to wheels #1255

Merged
merged 2 commits into from
Aug 10, 2023

Conversation

raydouglass
Copy link
Member

Adds symlinks to the cuspatial & cuproj directories so that the LICENSE is included in the wheels.

@raydouglass raydouglass requested a review from a team as a code owner August 10, 2023 20:23
@raydouglass raydouglass requested review from thomcom and harrism and removed request for a team August 10, 2023 20:23
@github-actions github-actions bot added the Python Related to Python code label Aug 10, 2023
@raydouglass raydouglass added bug Something isn't working non-breaking Non-breaking change labels Aug 10, 2023
@jakirkham
Copy link
Member

Just adding a little more context, the license file is specified in the pyproject.toml files. There just wasn't a license file to package before

So symlinking the license into these projects should fix this issue and ensure the license file is packaged

[tool.setuptools]
license-files = ["LICENSE"]

[tool.setuptools]
license-files = ["LICENSE"]

@raydouglass
Copy link
Member Author

I have manually confirmed that the wheels do contain the LICENSE file and will admin merge.

@raydouglass raydouglass merged commit f105464 into rapidsai:branch-23.08 Aug 10, 2023
@raydouglass raydouglass deleted the license-for-wheels branch August 10, 2023 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change Python Related to Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants