Skip to content

Commit 8ffa011

Browse files
committed
packages = ["*"]
1 parent 725f277 commit 8ffa011

File tree

1 file changed

+1
-30
lines changed

1 file changed

+1
-30
lines changed

pyproject.toml

+1-30
Original file line numberDiff line numberDiff line change
@@ -79,36 +79,7 @@ include = ["./**/*.py"]
7979

8080
[tool.hatch.build.targets.wheel]
8181
include = ["./**/*.py"]
82-
packages = [
83-
"activity_worker",
84-
"bedrock",
85-
"cloud_export_to_parquet",
86-
"context_propagation",
87-
"custom_converter",
88-
"custom_decorator",
89-
"dsl",
90-
"encryption",
91-
"gevent_async",
92-
"hello",
93-
"langchain",
94-
"message_passing",
95-
"open_telemetry",
96-
"patching",
97-
"polling",
98-
"prometheus",
99-
"pydantic_converter",
100-
"pydantic_converter_v1",
101-
"pyproject.toml",
102-
"replay",
103-
"schedules",
104-
"sentry",
105-
"sleep_for_days",
106-
"tests",
107-
"trio_async",
108-
"updatable_timer",
109-
"worker_specific_task_queues",
110-
"worker_versioning",
111-
]
82+
packages = ["*"]
11283

11384
[tool.hatch.build.targets.wheel.sources]
11485
"./**/*.py" = "**/*.py"

0 commit comments

Comments
 (0)