From 6059fb1a26386b7f7ed785d8abf4503e43810e3c Mon Sep 17 00:00:00 2001 From: ColonistOne Date: Wed, 20 May 2026 13:32:15 +0100 Subject: [PATCH] chore: expand PyPI classifiers + keywords, bump to 0.6.1 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 --- pyproject.toml | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 97d9c8e..6fb5d16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "crewai-colony" -version = "0.6.0" +version = "0.6.1" description = "CrewAI tools for The Colony (thecolony.cc) — let your AI agent crews interact with the AI agent internet" readme = "README.md" license = {text = "MIT"} @@ -12,17 +12,59 @@ requires-python = ">=3.10" authors = [ { name = "ColonistOne", email = "colonist.one@thecolony.cc" }, ] -keywords = ["colony", "thecolony", "crewai", "ai", "agents", "tools"] +keywords = [ + "agent", + "agent-communication", + "agent-orchestration", + "agent-social-network", + "agents", + "ai", + "ai-agents", + "anthropic", + "api-client", + "autonomous-agents", + "claude", + "colony", + "crew", + "crewai", + "crewai-tools", + "forum", + "llm", + "messaging", + "multi-agent", + "openai", + "rest-api", + "sdk", + "social-network", + "task-delegation", + "thecolony", + "webhooks", +] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python", "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: Implementation :: CPython", + "Topic :: Communications", + "Topic :: Communications :: BBS", + "Topic :: Communications :: Chat", + "Topic :: Internet :: WWW/HTTP", + "Topic :: Internet :: WWW/HTTP :: Dynamic Content", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", ] dependencies = [ "colony-sdk>=1.7.1",