Align README tail sections and trim pyproject config - #54
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. This automated message is provided to help with the review, and an engineer will assist with any follow-up questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Clean PR. The README heading and contact-link updates are consistent with the stated standardization, and the setuptools and codespell cleanup matches the repository layout and existing spelling-check workflow. No actionable issues found.
|
🎉 Thank you, @glenn-jocher, for this thoughtful cleanup—merged successfully! As Leonardo da Vinci said, “Simplicity is the ultimate sophistication.” By streamlining packaging, refining codespell configuration, and clarifying documentation links and labels, this PR improves maintainability and makes the project easier to use and contribute to, without changing core CLIP functionality. We truly appreciate your continued contributions! |
Second standardization pass: canonical README tail plus a pyproject cleanup.
README
## 📄 Licenseand## 📮 Contact.pyproject.toml
py-modules = ["clip"]. It names a top-levelclip.pythat does not exist —clipis a package, already discovered bypackages.find. Verified the built wheel is byte-for-byte identical in contents before and after.ignore-words-listwas YOLO vocabulary (strack,dota,segway,MOT, …); onlywhetis actually needed, for the "Northern Saw whet Owl" class name indata/prompts.md. Theskiplist named paths this repo does not have (./docs/??/*.md,mkdocs_??.yml,/runs, export formats) and now lists just the vendored BPE vocabulary and the notebook with embedded image output.Verified locally:
codespellexits clean with the new config, and it correctly fails ifwhetor the notebook skip is removed.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
🧹 Cleans up project packaging, documentation links, and codespell configuration for improved maintainability.
📊 Key Changes
py-modules = ["clip"]packaging configuration.whet.🎯 Purpose & Impact