doc: update project metadata in pyproject.toml

This commit is contained in:
Daniel Bauer
2025-07-04 11:05:00 +02:00
parent b9d1df6370
commit 0b61b09915
2 changed files with 116 additions and 73 deletions

View File

@@ -6,8 +6,20 @@ authors = [
{name = "Daniel Bauer", email = "github@dbauer.me"},
]
readme = "README.md"
license = "MIT"
license = {text = "MIT"}
requires-python = ">=3.11"
keywords = ["cordra", "MCP", "agent-coding", "ai", "digital-repository", "model-context-protocol"]
classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Database :: Database Engines/Servers",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Typing :: Typed",
]
dependencies = [
"mcp[cli]>=1.2.0",
"pydantic>=2.0.0",
@@ -15,6 +27,10 @@ dependencies = [
"requests>=2.25.0",
]
[project.urls]
Homepage = "https://github.com/dnlbauer/cordra-mcp"
Repository = "https://github.com/dnlbauer/cordra-mcp"
[project.optional-dependencies]
dev = [
"ruff>=0.1.0",