diff --git a/README.md b/README.md index ac27aea..4381176 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Typed synchronous and asynchronous clients for the Reconify Public API. ## Installation ```bash -pip install reconify +pip install reconify-python ``` ## Quickstart diff --git a/pyproject.toml b/pyproject.toml index f1d6dbf..5c9a26f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling>=1.25"] build-backend = "hatchling.build" [project] -name = "reconify" +name = "reconify-python" version = "0.1.0" description = "Typed Python client for the Reconify Public API" readme = "README.md" diff --git a/uv.lock b/uv.lock index 067cd0b..cf8c761 100644 --- a/uv.lock +++ b/uv.lock @@ -566,7 +566,7 @@ wheels = [ ] [[package]] -name = "reconify" +name = "reconify-python" version = "0.1.0" source = { editable = "." } dependencies = [