From 943646fb16551e69f2978fd8983938ed37ad82ec Mon Sep 17 00:00:00 2001 From: akshatvirmani Date: Wed, 29 Jul 2026 18:02:08 +0530 Subject: [PATCH] Update SDK --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e15df34..017e3b6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Python SDK for [Lamatic](https://lamatic.ai). ## Installation ```bash -pip install lamatic-python +pip install lamatic ``` ### Install from source diff --git a/pyproject.toml b/pyproject.toml index 30de1f2..1598fdb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "lamatic-python" +name = "lamatic" dynamic = ["version"] description = "Python SDK for the Lamatic API" readme = "README.md"