From 7f8296e7b3ea91d1936b72082017640c62db40a9 Mon Sep 17 00:00:00 2001 From: Gaurav Dudeja Date: Wed, 3 Dec 2025 21:21:46 +0530 Subject: [PATCH] sdk migration --- README.md | 2 +- pyproject.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3b34fa1..799c6b9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ This documentation will guide you through installing the SDK, understanding its To install the Labellerr SDK, use the following command: ```bash -pip install https://github.com/tensormatics/SDKPython/releases/download/prod/labellerr_sdk-1.0.0.tar.gz +pip install https://github.com/Labellerr/SDKPython/releases/download/prod/labellerr_sdk-1.0.0.tar.gz ``` --- diff --git a/pyproject.toml b/pyproject.toml index 31c9a43..8e77b94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,11 +56,11 @@ docs = [ ] [project.urls] -Homepage = "https://github.com/tensormatics/SDKPython" -Documentation = "https://github.com/tensormatics/SDKPython#readme" -Repository = "https://github.com/tensormatics/SDKPython" -"Bug Tracker" = "https://github.com/tensormatics/SDKPython/issues" -Changelog = "https://github.com/tensormatics/SDKPython/blob/main/CHANGELOG.md" +Homepage = "https://github.com/Labellerr/SDKPython" +Documentation = "https://github.com/Labellerr/SDKPython#readme" +Repository = "https://github.com/Labellerr/SDKPython" +"Bug Tracker" = "https://github.com/Labellerr/SDKPython/issues" +Changelog = "https://github.com/Labellerr/SDKPython/blob/main/CHANGELOG.md" [tool.setuptools.packages.find] include = ["labellerr*"]