-
Notifications
You must be signed in to change notification settings - Fork 423
Update package metadata #938
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
Update package metadata #938
Conversation
… the license. Add project URLs. Signed-off-by: David Gardner <[email protected]>
Signed-off-by: David Gardner <[email protected]>
Signed-off-by: David Gardner <[email protected]>
|
Warning Rate limit exceeded@dagardner-nv has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 10 minutes and 31 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (31)
WalkthroughAdds license = "Apache-2.0" and a [project.urls] (documentation + source) to many package pyproject.toml files; root pyproject gets license-files and project URLs. Two packages add entry points; one package adds a [tool.uv.sources] mapping. No runtime or dependency changes. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Pre-merge checks and finishing touches✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: David Gardner <[email protected]>
Signed-off-by: David Gardner <[email protected]>
…to david-package-meta Signed-off-by: David Gardner <[email protected]>
Signed-off-by: David Gardner <[email protected]>
|
/merge |
Description
pyproject.tomlfiles, settinglicense = "Apache-2.0"rather than the full text of the license file.Closes #936
By Submitting this PR I confirm:
Summary by CodeRabbit
New Features
Documentation
Chores