Fix Docker
This commit is contained in:
parent
0666c07431
commit
92a7298e09
4 changed files with 7 additions and 25 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue