Skip to content

Commit d0157f9

Browse files
authored
Update Poetry metadata (#122)
- Make project name lowercase - Remove maintainers list
1 parent 38c5174 commit d0157f9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

pyproject.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
[tool.poetry]
2-
name = "torchTS"
2+
name = "torchts"
33
version = "0.1.0"
44
description = "Time series forecasting with PyTorch"
55
authors = [
66
"TorchTS Team <[email protected]>"
77
]
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]>"
15-
]
168
license = "MIT"
179
readme = "README.md"
1810
homepage = "https://rose-stl-lab.github.io/torchTS"

0 commit comments

Comments
 (0)