Fix Docker

This commit is contained in:
Yûki VACHOT 2025-11-29 07:59:56 +01:00
parent 0666c07431
commit 92a7298e09
4 changed files with 7 additions and 25 deletions

View file

@ -47,7 +47,7 @@ dev = [
]
[project.scripts]
geoguessr-mcp = "server:main"
geoguessr-mcp = "geoguessr_mcp.main:main"
[project.urls]
Homepage = "https://github.com/NyxiumYuuki/GeoGuessrMCP"
@ -59,7 +59,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
packages = ["src/geoguessr_mcp"]
# Black configuration
[tool.black]