Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-jc committed Aug 15, 2024
1 parent c72ded8 commit db10b68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "salesforce-uni2ts"
name = "uni2ts"
dynamic = [
"version",
]
Expand Down Expand Up @@ -35,7 +35,8 @@ authors = [
{name = "Doyen Sahoo"},
]
maintainers = [
{name = "Gerald Woo", email = "[email protected]"}
{name = "Gerald Woo", email = "[email protected]"},
{name = "Juncheng Liu", email = "[email protected]"}
]
description = "Unified Training of Universal Time Series Forecasting Transformers"
readme = "README.md"
Expand Down

0 comments on commit db10b68

Please sign in to comment.