mirror of
https://github.com/dnlbauer/cordra-mcp.git
synced 2026-09-10 13:45:30 +00:00
doc: update project metadata in pyproject.toml
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user