chore: point metadata to Gitea repository

This commit is contained in:
Hermes Agent
2026-08-02 17:22:00 +02:00
parent 26431a4e26
commit 490d8d27d5
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -40,9 +40,9 @@ dev = [
openherbarium-mcp = "openherbarium_mcp.server:main"
[project.urls]
Homepage = "https://example.invalid/openherbarium-mcp"
Repository = "https://example.invalid/openherbarium-mcp"
Issues = "https://example.invalid/openherbarium-mcp/issues"
Homepage = "https://git.home-deneuville.fr/Edern/openherbarium-mcp"
Repository = "https://git.home-deneuville.fr/Edern/openherbarium-mcp"
Issues = "https://git.home-deneuville.fr/Edern/openherbarium-mcp/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/openherbarium_mcp"]