From db10b68e31003d4455dfbe52748466f5de1b88c8 Mon Sep 17 00:00:00 2001 From: Juncheng Liu Date: Thu, 15 Aug 2024 13:20:08 +0800 Subject: [PATCH] update project name --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 303455a..c651e71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [project] -name = "salesforce-uni2ts" +name = "uni2ts" dynamic = [ "version", ] @@ -35,7 +35,8 @@ authors = [ {name = "Doyen Sahoo"}, ] maintainers = [ - {name = "Gerald Woo", email = "gwoo@salesforce.com"} + {name = "Gerald Woo", email = "gwoo@salesforce.com"}, + {name = "Juncheng Liu", email = "juncheng.liu@salesforce.com"} ] description = "Unified Training of Universal Time Series Forecasting Transformers" readme = "README.md"