From 4ab259112732d86a5eec9e7cab074a89d1bbe244 Mon Sep 17 00:00:00 2001 From: Kolawole Mangabo Date: Wed, 22 Jul 2026 01:41:25 +0100 Subject: [PATCH] rename PyPI distribution to reconify-python The reconify name is already taken on PyPI; reconify-python is free. The import name (reconify) and module layout are unchanged. Co-Authored-By: Claude Sonnet 5 --- README.md | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 = [