Skip to content

Commit 1690cba

Browse files
committed
update packages in toml file to include all folders and subfolders
1 parent 7a6b9e6 commit 1690cba

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

hololinked/client/http/__init__.py

Whitespace-only changes.

hololinked/client/zmq/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "hololinked"
7-
version = "0.2.12"
7+
version = "0.3.0"
88
authors = [
99
{name = "Vignesh Vaidyanathan", email = "vignesh.vaidyanathan@hololinked.dev"},
1010
]
@@ -46,7 +46,17 @@ Documentation = "https://hololinked.readthedocs.io/en/latest/index.html"
4646
Repository = "https://github.com/hololinked-dev/hololinked" # Update with actual repository URL
4747

4848
[tool.setuptools]
49-
packages = ["hololinked", "hololinked.server", "hololinked.rpc", "hololinked.client", "hololinked.param"]
49+
packages = [
50+
"hololinked",
51+
"hololinked.server", "hololinked.server.http",
52+
"hololinked.client", "hololinked.client.http", "hololinked.client.zmq",
53+
"hololinked.param",
54+
"hololinked.schema_validators",
55+
"hololinked.serializers",
56+
"hololinked.storage",
57+
"hololinked.td",
58+
"hololinked.core", "hololinked.core.zmq"
59+
]
5060

5161
[project.optional-dependencies]
5262
dev = [

0 commit comments

Comments
 (0)