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:
@ -3,6 +3,7 @@ name = "kcl-python-bindings"
|
|||||||
version = "0.3.57"
|
version = "0.3.57"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/kittycad/modeling-app"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
[lib]
|
[lib]
|
||||||
|
@ -20,3 +20,10 @@ test = [
|
|||||||
|
|
||||||
[tool.maturin]
|
[tool.maturin]
|
||||||
features = ["pyo3/extension-module"]
|
features = ["pyo3/extension-module"]
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
include-package-data = false
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
include = ["src*"]
|
||||||
|
exclude = ["files*", "tests*", "venv*", "target*"]
|
||||||
|
Reference in New Issue
Block a user