Skip to content

Commit 36b6ae1

Browse files
committed
Expand PyPI classifiers, keywords, and project URLs for discoverability
Add 14 classifiers (was 8), 18 keywords (was 5), and project URLs (Documentation, Issues, Changelog) to improve PyPI search ranking and project page completeness.
1 parent 9cdd476 commit 36b6ae1

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,27 @@ readme = "README.md"
1010
license = "Apache-2.0"
1111
requires-python = ">=3.10"
1212
authors = [{ name = "Radu Cioplea", email = "radu@cioplea.com" }]
13-
keywords = ["ai", "memory", "llm", "embeddings", "vector-search"]
13+
keywords = [
14+
"ai", "memory", "llm", "embeddings", "vector-search",
15+
"agent-memory", "conversational-memory", "rag", "semantic-search",
16+
"openai", "anthropic", "ollama", "faiss", "qdrant",
17+
"long-term-memory", "mem0", "ai-agents", "chatbot-memory",
18+
]
1419
classifiers = [
1520
"Development Status :: 4 - Beta",
1621
"Intended Audience :: Developers",
22+
"Intended Audience :: Science/Research",
1723
"License :: OSI Approved :: Apache Software License",
24+
"Operating System :: OS Independent",
1825
"Programming Language :: Python :: 3",
1926
"Programming Language :: Python :: 3.10",
2027
"Programming Language :: Python :: 3.11",
2128
"Programming Language :: Python :: 3.12",
29+
"Programming Language :: Python :: 3.13",
2230
"Topic :: Scientific/Engineering :: Artificial Intelligence",
31+
"Topic :: Software Development :: Libraries :: Python Modules",
32+
"Topic :: Text Processing :: Linguistic",
33+
"Typing :: Typed",
2334
]
2435
dependencies = [
2536
"pydantic>=2.0",
@@ -52,6 +63,9 @@ packages = ["widemem"]
5263
[project.urls]
5364
Homepage = "https://widemem.ai"
5465
Repository = "https://github.com/remete618/widemem-ai"
66+
Documentation = "https://github.com/remete618/widemem-ai#readme"
67+
Issues = "https://github.com/remete618/widemem-ai/issues"
68+
Changelog = "https://github.com/remete618/widemem-ai/releases"
5569

5670
[tool.ruff]
5771
target-version = "py310"

0 commit comments

Comments
 (0)