chore: point metadata to Gitea repository
This commit is contained in:
@@ -130,7 +130,7 @@ No paid API is required.
|
|||||||
### Local install with `uv`
|
### Local install with `uv`
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone <YOUR_GITEA_URL>/openherbarium-mcp.git
|
git clone https://git.home-deneuville.fr/Edern/openherbarium-mcp.git
|
||||||
cd openherbarium-mcp
|
cd openherbarium-mcp
|
||||||
uv sync --extra dev
|
uv sync --extra dev
|
||||||
```
|
```
|
||||||
|
|||||||
+3
-3
@@ -40,9 +40,9 @@ dev = [
|
|||||||
openherbarium-mcp = "openherbarium_mcp.server:main"
|
openherbarium-mcp = "openherbarium_mcp.server:main"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://example.invalid/openherbarium-mcp"
|
Homepage = "https://git.home-deneuville.fr/Edern/openherbarium-mcp"
|
||||||
Repository = "https://example.invalid/openherbarium-mcp"
|
Repository = "https://git.home-deneuville.fr/Edern/openherbarium-mcp"
|
||||||
Issues = "https://example.invalid/openherbarium-mcp/issues"
|
Issues = "https://git.home-deneuville.fr/Edern/openherbarium-mcp/issues"
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/openherbarium_mcp"]
|
packages = ["src/openherbarium_mcp"]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ from typing import Any
|
|||||||
|
|
||||||
import httpx
|
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:
|
class BotanicalHTTPClient:
|
||||||
|
|||||||
Reference in New Issue
Block a user