@@ -10,16 +10,27 @@ readme = "README.md"
1010license = " Apache-2.0"
1111requires-python = " >=3.10"
1212authors = [{ 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+ ]
1419classifiers = [
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]
2435dependencies = [
2536 " pydantic>=2.0" ,
@@ -52,6 +63,9 @@ packages = ["widemem"]
5263[project .urls ]
5364Homepage = " https://widemem.ai"
5465Repository = " 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 ]
5771target-version = " py310"
0 commit comments