Skip to content

Commit cec7a56

Browse files
authored
fix: add repository URL section to pyproject.toml (#334)
wasn't linking in PyPi
1 parent 45d6158 commit cec7a56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ authors = [
1010
{ name = "Vadym Barda", email = "19161700+vbarda@users.noreply.github.com" },
1111
]
1212
license = "MIT"
13-
repository = "https://www.github.com/langchain-ai/langchain-mcp-adapters"
1413
readme = "README.md"
1514
requires-python = ">=3.10"
1615
dependencies = [
@@ -31,6 +30,9 @@ test = [
3130
"pytest-timeout>=2.4.0",
3231
]
3332

33+
[project.urls]
34+
repository = "https://www.github.com/langchain-ai/langchain-mcp-adapters"
35+
3436
[tool.pytest.ini_options]
3537
minversion = "8.0"
3638
# -ra: Report all extra test outcomes (passed, skipped, failed, etc.)

0 commit comments

Comments
 (0)