try to make wheels smaller (#6098)

* try to make wheels smaller

Signed-off-by: Jess Frazelle <github@jessfraz.com>

* target

Signed-off-by: Jess Frazelle <github@jessfraz.com>

---------

Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2025-04-01 14:22:33 -07:00
committed by GitHub
parent 2fc8cb5376
commit 443f7cd5fd
2 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name = "kcl-python-bindings"
version = "0.3.57"
edition = "2021"
repository = "https://github.com/kittycad/modeling-app"
exclude = ["tests/*", "files/*", "venv/*"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]

View File

@ -20,3 +20,10 @@ test = [
[tool.maturin]
features = ["pyo3/extension-module"]
[tool.setuptools]
include-package-data = false
[tool.setuptools.packages.find]
include = ["src*"]
exclude = ["files*", "tests*", "venv*", "target*"]