Skip to content

Commit 9b4b3d7

Browse files
committed
fix project.urls in pyproject.toml
1 parent 9cce299 commit 9b4b3d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ requires = [ "hatchling",]
1717
build-backend = "hatchling.build"
1818

1919
[project.urls]
20-
Homepage = "https://github.com/codelogictech/codelogic-mcp-server"
21-
"Bug Tracker" = "https://github.com/codelogictech/codelogic-mcp-server/issues"
22-
Documentation = "https://github.com/codelogictech/codelogic-mcp-server#readme"
20+
Homepage = "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server"
21+
"Bug Tracker" = "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server/issues"
22+
Documentation = "https://github.com/CodeLogicIncEngineering/codelogic-mcp-server#readme"
2323

2424
[project.scripts]
2525
codelogic-mcp-server = "codelogic_mcp_server:main"

0 commit comments

Comments
 (0)