Merge pull request #334 from daeho-ro/exclude-target-from-wheel

Exclude Cargo target dir from wheel builds
This commit is contained in:
Rafael Moraes
2026-07-14 11:44:58 -03:00
committed by GitHub
+1
View File
@@ -44,3 +44,4 @@ module-name = "gamdl._ammuxer"
python-source = "."
features = ["pyo3/extension-module"]
include = ["LICENSE"]
exclude = ["**/target/**"]