Skip to content

Commit 315da8b

Browse files
Updated project files
1 parent 1f7b937 commit 315da8b

2 files changed

Lines changed: 55 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sinapsis-data-tools"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Module that contains different packages to perform data-related operations through Sinapsis templates."
55
authors = [{ name = "SinapsisAI", email = "dev@sinapsis.tech" }]
66
dependencies = [
@@ -15,6 +15,7 @@ license = { file = "LICENSE" }
1515
[project.optional-dependencies]
1616

1717
all = [
18+
"sinapsis-data-analysis",
1819
"sinapsis-data-writers[all]",
1920
"sinapsis-data-readers[all]",
2021
"sinapsis-data-visualization[all]",
@@ -27,6 +28,7 @@ exclude = ["packages/*.egg-info"]
2728

2829

2930
[tool.uv.sources]
31+
sinapsis-data-analysis = { workspace = true }
3032
sinapsis-data-writers = { workspace = true }
3133
sinapsis-data-readers = { workspace = true }
3234
sinapsis-data-visualization = { workspace = true }
@@ -69,7 +71,7 @@ build-backend = "setuptools.build_meta"
6971

7072
[tool.setuptools]
7173
packages = { find = { where = ["packages"] } }
72-
license-files = []
74+
7375

7476
[[tool.uv.index]]
7577
name = "sinapsis"

uv.lock

Lines changed: 51 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)