Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 6c2ccc2

Browse files
committed
chore: re-organize & format pyproject.toml with taplo
1 parent cf7c245 commit 6c2ccc2

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

pyproject.toml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[project]
2-
name = "mcp-search-linkup"
3-
version = "0.1.3"
2+
dependencies = ["linkup-sdk>=0.2.0", "mcp>=1.0.0"]
43
description = "A MCP server to search web with Linkup"
4+
name = "mcp-search-linkup"
55
readme = "README.md"
66
requires-python = ">=3.11"
7-
dependencies = [
8-
"linkup-sdk>=0.2.0",
9-
"mcp>=1.0.0",
10-
]
7+
version = "0.1.3"
8+
9+
[dependency-groups]
10+
dev = ["ruff>=0.8.2"]
1111

1212
[build-system]
13-
requires = [ "hatchling",]
1413
build-backend = "hatchling.build"
14+
requires = ["hatchling"]
1515

1616
[project.scripts]
1717
mcp-search-linkup = "mcp_search_linkup:main"
@@ -27,8 +27,3 @@ select = [
2727
"I", # isort
2828
"S", # flake8-bandit
2929
]
30-
31-
[dependency-groups]
32-
dev = [
33-
"ruff>=0.8.2",
34-
]

0 commit comments

Comments
 (0)