From 682aa8e969e0da5f62af6c24eb17c162892f17ff Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Fri, 20 Jun 2025 11:31:38 +0200 Subject: [PATCH] fix: install instructions --- README.md | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 091e744..52413d3 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Asynchronous Python client for the HERE Routing V8 API ## Installation ```bash -uv add install here_routing +uv add here_routing ``` ## Usage diff --git a/pyproject.toml b/pyproject.toml index 03c68b1..ca7d2c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,6 @@ authors = [ { name = "Kevin Stillhammer", email = "kevin.stillhammer@gmail.com" } ] readme = "README.md" -repository = "http://github.com/eifinger/here_routing" keywords = [ "aiohttp", "asyncio", @@ -29,6 +28,8 @@ dependencies = [ "yarl>=1.20.0", ] requires-python = ">= 3.10" +[project.urls] +repository = "https://github.com/eifinger/here_routing" [build-system] requires = ["hatchling"]