Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"]
Expand Down