File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " data-aug-4-tsc"
77version = " 0.0.1"
88description = " Data Augmentation for Time series Data: A Review"
9+ readme = { file = " README.md" , content-type = " text/markdown" }
910authors = [
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 ]
5963dev = [
6064 " black" ,
You can’t perform that action at this time.
0 commit comments