We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9038c commit 1fa36c2Copy full SHA for 1fa36c2
pyproject.toml
@@ -20,6 +20,12 @@ exclude = ["temporalio/bridge/**/target"]
20
# support this script in a subdirectory like scripts/.
21
[tool.poetry.build]
22
script = "build.py"
23
+# In https://github.com/python-poetry/poetry-core/pull/318, Poetry stopped using
24
+# a setup file, but we are using setuptools Rust manually in our build.py which
25
+# needs a setup file.
26
+# TODO(cretz): Find a way to not require a setup file since that is going away
27
+# at some point in Poetry. Revisit Maturin or fine some other approach.
28
+generate-setup-file = true
29
30
[tool.poetry.urls]
31
"Bug Tracker" = "https://github.com/temporalio/sdk-python/issues"
0 commit comments