From 490d8d27d5a336906d41f8ab9f3c388c2b55e4f0 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sun, 2 Aug 2026 17:22:00 +0200 Subject: [PATCH] chore: point metadata to Gitea repository --- README.md | 2 +- pyproject.toml | 6 +++--- src/openherbarium_mcp/http.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30fad68..890698e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ No paid API is required. ### Local install with `uv` ```bash -git clone /openherbarium-mcp.git +git clone https://git.home-deneuville.fr/Edern/openherbarium-mcp.git cd openherbarium-mcp uv sync --extra dev ``` diff --git a/pyproject.toml b/pyproject.toml index 40b7526..facfa30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] diff --git a/src/openherbarium_mcp/http.py b/src/openherbarium_mcp/http.py index 7c4037a..09fb06e 100644 --- a/src/openherbarium_mcp/http.py +++ b/src/openherbarium_mcp/http.py @@ -5,7 +5,7 @@ from typing import Any import httpx -USER_AGENT = "OpenHerbarium-MCP/0.1 (+https://example.invalid/openherbarium-mcp)" +USER_AGENT = "OpenHerbarium-MCP/0.1 (+https://git.home-deneuville.fr/Edern/openherbarium-mcp)" class BotanicalHTTPClient: