(minor) Classifiers and keywords in project file#323
(minor) Classifiers and keywords in project file#323tisnik merged 1 commit intolightspeed-core:mainfrom
Conversation
WalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
✨ Finishing Touches🧪 Generate unit tests
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
pyproject.toml (1)
6-14: Solid metadata boost – add language & license classifiers for completenessThe newly-added
classifiers&keywordsimprove PyPI discoverability.
Consider also including the common Programming Language and License classifiers so tools liketwine checkand the PyPI UI display full compatibility information:classifiers = [ "Development Status :: 4 - Beta", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.12", + "License :: OSI Approved :: Apache Software License", ]No functional impact—pure metadata—but it saves a maintenance round-trip when publishing.
Run
python -m build && twine check dist/*to ensure all classifiers are accepted by PyPI.
2323c33 to
802a043
Compare
802a043 to
ec8ad63
Compare
Description
(minor) Classifiers and keywords in project file
Type of change
Summary by CodeRabbit