forked from time-series-foundation-models/lag-llama
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (22 loc) · 861 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (22 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "lag-llama"
dynamic = ["version", "dependencies"]
description = "Lag-Llama is the first open-source foundation model for time series forecasting!"
readme = "README.md"
license = {file = "LICENSE"}
authors = [
{name = "Arjun Ashok", email = "arjun.ashok@servicenow.com"},
{name = "Kashif Rasul", email = "kashif.rasul@gmail.com"}
]
keywords = ["llama", "time series", "forecasting", "machine learning", "open-source", "foundation model", "lag-llama"]
[project.urls]
"Homepage" = "https://github.com/time-series-foundation-models/lag-llama"
[tool.setuptools.dynamic]
dependencies = {file = "requirements.txt"}
version = {file = "VERSION"}
[tool.setuptools]
package-data = {"data" = ["data/*"], "configs" = ["configs/*"]}
[tool.setuptools.packages.find]