Skip to content

Commit c8c08bc

Browse files
committed
Revert build system changes
1 parent 0dd9410 commit c8c08bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,6 @@ include = [
6767
]
6868
exclude = ["temporalio/bridge/**/target"]
6969

70-
[build-system]
71-
requires = ["hatchling"]
72-
build-backend = "hatchling.build"
73-
7470
[tool.poe.tasks]
7571
build-develop = "python scripts/setup_bridge.py develop"
7672
build-develop-with-release = { cmd = "python scripts/setup_bridge.py develop", env = { TEMPORAL_BUILD_RELEASE = "1" }}
@@ -222,3 +218,7 @@ exclude = [
222218

223219
[tool.ruff]
224220
target-version = "py39"
221+
222+
[build-system]
223+
build-backend = "poetry.core.masonry.api"
224+
requires = ["poetry-core>=1.0.0", "setuptools", "wheel", "setuptools-rust"]

0 commit comments

Comments
 (0)