Skip to content

Commit 0097464

Browse files
updated project file
1 parent de957a6 commit 0097464

6 files changed

Lines changed: 9 additions & 16 deletions

File tree

packages/sinapsis_data_analysis/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Templates to work with models for classification, regression and
55
authors = [{ name = "SinapsisAI", email = "dev@sinapsis.tech" }]
66

77
readme = "README.md"
8-
license = { file = "LICENSE" }
8+
license-files = ["LICENSE"]
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"scikit-learn>=1.6.1",

packages/sinapsis_data_readers/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Templates to read data in different formats"
55
authors = [{ name = "SinapsisAI", email = "dev@sinapsis.tech" }]
66

77
readme = "README.md"
8-
license = { file = "LICENSE" }
8+
license-files = ["LICENSE"]
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"sinapsis>=0.1.1",
@@ -45,8 +45,7 @@ explicit = true
4545
[build-system]
4646
requires = ["setuptools"]
4747
build-backend = "setuptools.build_meta"
48-
[tool.setuptools]
49-
license-files = []
48+
5049

5150
[[tool.uv.index]]
5251
name = "sinapsis"

packages/sinapsis_data_visualization/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Templates to perform visualization of data distributions and imag
55
authors = [{ name = "SinapsisAI", email = "dev@sinapsis.tech" }]
66

77
readme = "README.md"
8-
license = { file = "LICENSE" }
8+
license-files = ["LICENSE"]
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"sinapsis>=0.1.1",
@@ -20,8 +20,7 @@ sinapsis-data-visualization = { workspace = true }
2020
[build-system]
2121
requires = ["setuptools"]
2222
build-backend = "setuptools.build_meta"
23-
[tool.setuptools]
24-
license-files = []
23+
2524

2625

2726
[[tool.uv.index]]

packages/sinapsis_data_writers/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Templates to write DataContainer content to file."
55
authors = [{ name = "SinapsisAI", email = "dev@sinapsis.tech" }]
66

77
readme = "README.md"
8-
license = { file = "LICENSE" }
8+
license-files = ["LICENSE"]
99
requires-python = ">=3.10"
1010
dependencies = [
1111
"sinapsis>=0.1.1",
@@ -30,8 +30,7 @@ sinapsis-generic-data-tools = { workspace = true }
3030
[build-system]
3131
requires = ["setuptools"]
3232
build-backend = "setuptools.build_meta"
33-
[tool.setuptools]
34-
license-files = []
33+
3534

3635

3736
[[tool.uv.index]]

packages/sinapsis_generic_data_tools/pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Collection of generic data tools"
55
authors = [{ name = "SinapsisAI", email = "dev@sinapsis.tech" }]
66

77
readme = "README.md"
8-
license = { file = "LICENSE" }
8+
license-files = ["LICENSE"]
99

1010
requires-python = ">=3.10"
1111
dependencies = [
@@ -15,10 +15,6 @@ dependencies = [
1515
[build-system]
1616
requires = ["setuptools"]
1717
build-backend = "setuptools.build_meta"
18-
[tool.setuptools]
19-
license-files = []
20-
21-
2218

2319
[[tool.uv.index]]
2420
name = "sinapsis"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010

1111
requires-python = ">=3.10"
1212
readme = "README.md"
13-
license = { file = "LICENSE" }
13+
license-files = ["LICENSE"]
1414

1515
[project.optional-dependencies]
1616

0 commit comments

Comments
 (0)