Exclude Dockerfile, index.html, and scripts/ from crates

This commit is contained in:
Benjamin A. Beasley 2024-02-16 15:02:17 -05:00
parent e23ba6c062
commit cabe76439b

View file

@ -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"