From 5ce7f6dcba258dcd655f2ec4bca3b21fc449cbf0 Mon Sep 17 00:00:00 2001 From: panxl6 Date: Tue, 25 Jun 2024 13:54:08 +0800 Subject: [PATCH] feat: updated pypi config. --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf6c08..7cc496a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,11 @@ [tool.poetry] -name = "tracking-sdk" -version = "2.0.0" -description = "python SDK for AfterShip Tracking" +name = "aftership-tracking-sdk" +version = "2.0.1" +description = "The official AfterShip Tracking Python API library" authors = ["AfterShip "] license = "MIT" readme = "README.md" -keywords = ["aftership", "api", "logistics"] +keywords = ["aftership", "tracking", "track", "fedex", "ups", "usps", "dhl", "shipping", "fulfillment", "couriers", "carriers", "logistics"] classifiers = [ "Development Status :: 5 - Production/Stable",