diff --git a/Cargo.toml b/Cargo.toml index 9dda4247..6cdc4315 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"