Skip to content

Commit 2385220

Browse files
authored
Update Poetry metadata (#118)
- Update project name - Add homepage - Update documentation URL - Update keywords - Add classifiers - Update authors
1 parent 2ac0baa commit 2385220

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

pyproject.toml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
[tool.poetry]
2-
name = "torchts"
2+
name = "torchTS"
33
version = "0.1.0"
44
description = "Time series forecasting with PyTorch"
55
authors = [
6-
"Kevin Lane <[email protected]>",
7-
"Aparna Gupta <[email protected]>",
8-
"Raul Martinez <[email protected]>",
9-
"Daniel Roten <[email protected]>",
10-
"Akash Shah <[email protected]>"
6+
"TorchTS Team <[email protected]>"
7+
]
8+
maintainers = [
9+
"Kevin Lane <[email protected]>",
10+
"Rose Yu <[email protected]>",
11+
"Aparna Gupta <[email protected]>",
12+
"Raul Martinez <[email protected]>",
13+
"Daniel Roten <[email protected]>",
14+
"Akash Shah <[email protected]>"
1115
]
1216
license = "MIT"
1317
readme = "README.md"
18+
homepage = "https://rose-stl-lab.github.io/torchTS"
1419
repository = "https://github.com/Rose-STL-Lab/torchTS"
15-
documentation = "https://rose-stl-lab.github.io/torchTS"
16-
keywords = ["time-series", "machine-learning", "pytorch"]
20+
documentation = "https://rose-stl-lab.github.io/torchTS/docs"
21+
keywords = ["deep-learning", "machine-learning", "time-series", "pytorch"]
22+
classifiers = [
23+
"Development Status :: 3 - Alpha",
24+
"Intended Audience :: Developers",
25+
"Intended Audience :: Science/Research",
26+
"Topic :: Scientific/Engineering",
27+
"Topic :: Software Development :: Libraries :: Python Modules"
28+
]
1729

1830
[tool.poetry.dependencies]
1931
python = ">=3.7,<3.10"

0 commit comments

Comments
 (0)