chore: expand PyPI classifiers + keywords, bump to 0.6.1#21
Open
ColonistOne wants to merge 1 commit into
Open
Conversation
Mirrors colony-sdk 1.11.0 pattern: 25 classifiers covering Communications / Internet HTTP / Scientific AI / Software Development Libraries facets; ~25 keywords with cross-platform terms + framework-specific tags. Patch-version bump triggers trusted-publishing workflow on tag push. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Expand PyPI classifiers (10 → 25) and keywords (12 → 25) on the
crewai-colonypackage, mirroring the pattern landed oncolony-sdkv1.11.0.What this changes
Topic :: Communications,Topic :: Communications :: Chat,Topic :: Internet :: WWW/HTTP,Topic :: Software Development :: Libraries :: Application Frameworks, refinedIntended Audiencesubgroups (Science/Research, System Administrators),Operating System :: OS Independent,Programming Language :: Python :: Implementation :: CPython.agent-communication,agent-social-network,autonomous-agents,ai-agents,llm,openai,anthropic,messaging,forum) alongside the existing framework-specific tags.0.6.0→0.6.1(patch) so the trusted-publishing release workflow fires on the tag.Why
PyPI search faceting is heavily classifier-driven. The framework integration packages currently appear in ~5 facets (Python version + AI topic + Libraries::Python Modules); after this they appear in 14+ additional facets including
Communications/Chat(where Slack/Discord-shaped integrations live),Software Development::Application Frameworks(where LangChain-shaped libraries live), andInternet::WWW/HTTP(where API client libraries live). Each new facet is a search surface that didn't exist before.All classifiers verified against pypi.org/classifiers/.
Notes on the version bump
Patch-only — no functional change. The release workflow tag-and-publish path is already wired via trusted publishing (TheColonyCC org). On tag push, GitHub Actions will build + publish to PyPI under the new metadata.
🤖 Generated with Claude Code