Exclude Dockerfile, index.html, and scripts/ from crates
This commit is contained in:
parent
e23ba6c062
commit
cabe76439b
1 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,12 @@ categories = ["command-line-utilities", "compression"]
|
|||
description = "A lossless PNG compression optimizer"
|
||||
documentation = "https://docs.rs/oxipng"
|
||||
edition = "2021"
|
||||
exclude = ["tests/*"]
|
||||
exclude = [
|
||||
"Dockerfile",
|
||||
"index.html",
|
||||
"scripts/*",
|
||||
"tests/*",
|
||||
]
|
||||
homepage = "https://github.com/shssoichiro/oxipng"
|
||||
license = "MIT"
|
||||
name = "oxipng"
|
||||
|
|
|
|||
Loading…
Reference in a new issue