chore(packaging): exclude notebooks/gifs/docs/tests from crates.io tarball
This commit is contained in:
+12
@@ -9,6 +9,18 @@ repository = "https://github.com/ThotDjehuty/optimiz-r"
|
|||||||
keywords = ["optimization", "machine-learning", "statistics", "numerical", "scientific"]
|
keywords = ["optimization", "machine-learning", "statistics", "numerical", "scientific"]
|
||||||
categories = ["algorithms", "science", "mathematics"]
|
categories = ["algorithms", "science", "mathematics"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
exclude = [
|
||||||
|
"examples/notebooks/*",
|
||||||
|
"examples/*.gif",
|
||||||
|
"examples/*.png",
|
||||||
|
"examples/*.jpg",
|
||||||
|
"docs/*",
|
||||||
|
"tests/*",
|
||||||
|
"wheels/*",
|
||||||
|
"target/*",
|
||||||
|
".github/*",
|
||||||
|
"*.ipynb",
|
||||||
|
]
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "optimizr"
|
name = "optimizr"
|
||||||
|
|||||||
Reference in New Issue
Block a user