diff --git a/Cargo.toml b/Cargo.toml index 199a1e2..76a8035 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,16 +16,7 @@ repository = "https://github.com/sorairolake/sysexits-rs" license = "Apache-2.0 OR MIT" keywords = ["exitcode", "sysexits"] categories = ["command-line-interface", "no-std", "os"] -exclude = [ - "/.bumpversion.cfg", - "/.bumpversion.cfg.license", - "/.github", - "/CITATION.cff", - "/clippy.toml", - "/examples", - "/justfile", - "/rustfmt.toml", -] +include = ["/LICENSES", "/README.md", "/src"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html