Fix Docker
This commit is contained in:
parent
22d70a3bc0
commit
0666c07431
5 changed files with 26 additions and 46 deletions
|
|
@ -41,16 +41,18 @@ dev = [
|
|||
"pre-commit>=3.6.0",
|
||||
"debugpy>=1.8.0",
|
||||
"ipython>=8.0.0",
|
||||
"rich>=13.0.0"
|
||||
"rich>=13.0.0",
|
||||
"uv>=0.9.0",
|
||||
"hatch>=1.10.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
geoguessr-mcp = "server:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/yourusername/geoguessr-mcp"
|
||||
Repository = "https://github.com/yourusername/geoguessr-mcp"
|
||||
Issues = "https://github.com/yourusername/geoguessr-mcp/issues"
|
||||
Homepage = "https://github.com/NyxiumYuuki/GeoGuessrMCP"
|
||||
Repository = "https://github.com/NyxiumYuuki/GeoGuessrMCP"
|
||||
Issues = "https://github.com/NyxiumYuuki/GeoGuessrMCP/issues"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue