Skip to content

Commit 8bb5a7b

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

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

hololinked/client/http/__init__.py

Whitespace-only changes.

hololinked/client/zmq/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)