From 55f3666aefc200a920717f830339596b20d03a88 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 14 Apr 2025 16:41:33 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb6225d0f..f5b6c5fd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,26 @@ dependencies = [ ] requires-python = ">=3.10" readme = "README.md" -license = { text = "Apache-2.0" } +license = "Apache-2.0" + +keywords = [ + "mcp", + "mcp server", + "mcp client", + "model context protocol", + "fastmcp", + "llm", + "agent", +] +classifiers = [ + "Intended Audience :: Developers", + "License :: OSI Approved :: Apache Software License", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Typing :: Typed", +] [dependency-groups] dev = [ @@ -34,6 +53,11 @@ dev = [ [project.scripts] fastmcp = "fastmcp.cli:app" +[project.urls] +Homepage = "https://gofastmcp.com" +Repository = "https://github.com/jlowin/fastmcp" +Documentation = "https://gofastmcp.com" + [build-system] requires = ["hatchling", "uv-dynamic-versioning>=0.7.0"] build-backend = "hatchling.build"