chore(packaging): exclude notebooks/gifs/docs/tests from crates.io tarball

This commit is contained in:
ThotDjehuty
2026-05-14 22:46:26 +02:00
parent f612979f1f
commit ccf55d8757
+12
View File
@@ -9,6 +9,18 @@ repository = "https://github.com/ThotDjehuty/optimiz-r"
keywords = ["optimization", "machine-learning", "statistics", "numerical", "scientific"]
categories = ["algorithms", "science", "mathematics"]
readme = "README.md"
exclude = [
"examples/notebooks/*",
"examples/*.gif",
"examples/*.png",
"examples/*.jpg",
"docs/*",
"tests/*",
"wheels/*",
"target/*",
".github/*",
"*.ipynb",
]
[lib]
name = "optimizr"