Skip to content

Commit 6027b5d

Browse files
author
origen
committed
Fix _origen_metal.pyd and .so path
1 parent a74a029 commit 6027b5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/origen_metal/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ license = "MIT"
1010
readme = "README.md"
1111
authors = ["Origen-SDK"]
1212
include = [
13-
"_origen_metal.pyd",
14-
"_origen_metal.so",
13+
"origen_metal/_origen_metal.pyd",
14+
"origen_metal/_origen_metal.so",
1515
]
1616

1717
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)