Skip to content

Commit

Permalink
fixed license field and minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yarnabrina committed Oct 7, 2023
1 parent 92c79f7 commit 8e81065
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@ keywords = [
"time-series-classification",
"time-series-regression",
]
[project.license]
file = "LICENSE"

license = { file = "LICENSE" }
maintainers = [
{name = "sktime developers", email = "sktime.toolbox@gmail.com"},
{name = "Franz Király"},
{name = "Jonathan Bechtel"},
{name = "Kiril Ralinovski"},
{name = "Marc Rovira"},
{name = "Sagar Mishra"},
{name = "Ugochukwu Onyeka"},
{ name = "sktime developers", email = "sktime.toolbox@gmail.com" },
{ name = "Franz Király" },
{ name = "Jonathan Bechtel" },
{ name = "Kiril Ralinovski" },
{ name = "Marc Rovira" },
{ name = "Sagar Mishra" },
{ name = "Ugochukwu Onyeka" },
]
authors = [
{name = "sktime developers", email = "sktime.toolbox@gmail.com"},
{ name = "sktime developers", email = "sktime.toolbox@gmail.com" },
]
requires-python = ">=3.8,<3.12"
classifiers = [
Expand Down Expand Up @@ -244,13 +242,13 @@ zip-safe = true

[tool.setuptools.package-data]
sktime = [
"*.csv",
"*.csv.gz",
"*.arff",
"*.arff.gz",
"*.txt",
"*.ts",
"*.tsv",
"*.csv",
"*.csv.gz",
"*.arff",
"*.arff.gz",
"*.txt",
"*.ts",
"*.tsv",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 8e81065

Please sign in to comment.