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 a4677c3 commit d232bdbCopy full SHA for d232bdb
pyproject.toml
@@ -7,7 +7,10 @@ license = "MIT"
7
readme = "README.md"
8
build = "__build__.py"
9
packages = [{ include = "pygerber_gerber_parser_cpp", from = "python" }]
10
-
+include = [
11
+ { path = "python/pygerber_gerber_parser_cpp/**/*.so", format = "wheel" },
12
+ { path = "python/pygerber_gerber_parser_cpp/**/*.pyd", format = "wheel" },
13
+]
14
[tool.poetry.dependencies]
15
python = "^3.8"
16
0 commit comments