-
Notifications
You must be signed in to change notification settings - Fork 920
Manifest tweak #2001
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
base: master
Are you sure you want to change the base?
Manifest tweak #2001
Conversation
🎉 All Contributor License Agreements have been signed. Ready to merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR centralizes license metadata by moving the license configuration into pyproject.toml and cleaning up redundant entries in MANIFEST.in.
- Moved license information to pyproject.toml.
- Removed redundant README.md and LICENSE file inclusion from MANIFEST.in.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
pyproject.toml | Added a license entry in the [project] section and specified license-files in [tool.setuptools] to include the LICENSE. |
MANIFEST.in | Removed redundant inclusion of README.md and LICENSE, as these details are now managed in pyproject.toml. |
@@ -4,6 +4,7 @@ build-backend = "setuptools.build_meta" | |||
|
|||
[project] | |||
name = "confluent-kafka" | |||
license = {file = "LICENSE"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm that's odd, since that's where it should be according to docs
Moved license to pyproject.toml, and removed redundant README from Manifest as it's already in the toml definition.
See above
Checklist
References
JIRA:
Test & Review
Open questions / Follow-ups