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 a633c79 commit e648ad1Copy full SHA for e648ad1
tket-py/pyproject.toml
@@ -61,13 +61,6 @@ module-name = "tket._tket"
61
manifest-path = "Cargo.toml"
62
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
63
features = ["pyo3/extension-module"]
64
-include = [
65
- # In windows targets, we need to explicitly include the DLL file if we want
66
- # the wheel to be portable.
67
- #
68
- # This gets ignored when building for non-windows targets.
69
- "tket-c-api.dll",
70
-]
71
72
[tool.pytest.ini_options]
73
# Lark throws deprecation warnings for `src_parse` and `src_constants`.
0 commit comments