Skip to content

Commit 9c0a88d

Browse files
Update pyproject.toml
1 parent e675037 commit 9c0a88d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "data-aug-4-tsc"
77
version = "0.0.1"
88
description = "Data Augmentation for Time series Data: A Review"
9+
readme = { file = "README.md", content-type = "text/markdown" }
910
authors = [
1011
{name = "Ali Ismail-Fawaz", email = "[email protected]"},
1112
{name = "Maxime Devanne", email = "[email protected]"},
@@ -25,10 +26,8 @@ keywords = [
2526
"data-mining",
2627
"time-series",
2728
"classification",
28-
"regression",
2929
"time-series-analysis",
3030
"time-series-classification",
31-
"time-series-regression",
3231
"time-series-augmentation",
3332
"data-augmentation"
3433
]
@@ -55,6 +54,11 @@ dependencies = [
5554
"numba==0.60.0"
5655
]
5756

57+
[project.urls]
58+
Homepage = "https://github.com/MSD-IRIMAS/Data-Augmentation-4-TSC/"
59+
Repository = "https://github.com/MSD-IRIMAS/Data-Augmentation-4-TSC"
60+
Download = "https://pypi.org/project/data-aug-4-tsc/#files"
61+
5862
[project.optional-dependencies]
5963
dev = [
6064
"black",

0 commit comments

Comments
 (0)