From f12439b881dbf592021adeeec89ae708b4efaeae Mon Sep 17 00:00:00 2001 From: AfterShip-Team-Mocha Date: Fri, 17 Jan 2025 10:18:21 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88a60f9..b8ce386 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "tracking-sdk" +name = "aftership-tracking-sdk" version = "5.0.0" description = "The official AfterShip Tracking Python API library" authors = ["AfterShip "] @@ -51,4 +51,4 @@ line-length = 100 quote-style = "double" indent-style = "space" docstring-code-format = true -docstring-code-line-length = 60 \ No newline at end of file +docstring-code-line-length = 60