Skip to content

Commit e648ad1

Browse files
committed
Some cleanup
1 parent a633c79 commit e648ad1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tket-py/pyproject.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ module-name = "tket._tket"
6161
manifest-path = "Cargo.toml"
6262
# "extension-module" tells pyo3 we want to build an extension module (skips linking against libpython.so)
6363
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-
]
7164

7265
[tool.pytest.ini_options]
7366
# Lark throws deprecation warnings for `src_parse` and `src_constants`.

0 commit comments

Comments
 (0)