From d52cc59eec9a985be8bbafe550e9efbe59541485 Mon Sep 17 00:00:00 2001 From: rmanach Date: Wed, 18 Dec 2024 12:03:45 +0100 Subject: [PATCH] fix readme for install + makefile for publish --- Makefile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7d31afe..29e7ba2 100644 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ build: check $(PYTHON) -m hatch -v build -t wheel publish: build - $(PYTHON) -m twine upload --repository gitea dist/*.whl \ No newline at end of file + $(PYTHON) -m twine upload --repository whereis-client dist/*.whl \ No newline at end of file diff --git a/README.md b/README.md index 3e1855a..76a15d8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A simple Python client library to interact easyly with the WhereIs REST API. ## Install ```bash -pip install whereis_client== -i https://gitea.thegux.fr/api/packages/whereis-client/pypi/simple/ --extra-index-url https://pypi.org/simple +pip install --index-url https://gitea.thegux.fr/api/packages/rmanach/pypi/simple/ whereis-client== --extra-index-url https://pypi.org/simple ``` ## How to ?