From db2a25473aaae951329f05ab487fc2e04e34319d Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Thu, 21 Oct 2021 14:57:49 +0200 Subject: [PATCH] Fix packaging of LICENSE-* files --- Cargo.toml | 1 + clap_derive/Cargo.toml | 1 + clap_generate/Cargo.toml | 1 + clap_generate_fig/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 2239474b..a13e7260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ authors = [ include = [ "src/**/*", "Cargo.toml", + "LICENSE-*", "README.md" ] description = "A simple to use, efficient, and full-featured Command Line Argument Parser" diff --git a/clap_derive/Cargo.toml b/clap_derive/Cargo.toml index 8417d72c..56dc9cb0 100644 --- a/clap_derive/Cargo.toml +++ b/clap_derive/Cargo.toml @@ -9,6 +9,7 @@ authors = [ include = [ "src/**/*", "Cargo.toml", + "LICENSE-*", "README.md" ] description = "Parse command line argument by defining a struct, derive crate." diff --git a/clap_generate/Cargo.toml b/clap_generate/Cargo.toml index 85122b46..4ca944ff 100644 --- a/clap_generate/Cargo.toml +++ b/clap_generate/Cargo.toml @@ -9,6 +9,7 @@ authors = [ include = [ "src/**/*", "Cargo.toml", + "LICENSE-*", "README.md" ] description = "A generator library used with clap for shell completion scripts, manpage, etc." diff --git a/clap_generate_fig/Cargo.toml b/clap_generate_fig/Cargo.toml index a9b45eb9..9db0e5a4 100644 --- a/clap_generate_fig/Cargo.toml +++ b/clap_generate_fig/Cargo.toml @@ -8,6 +8,7 @@ authors = [ include = [ "src/**/*", "Cargo.toml", + "LICENSE-*", "README.md" ] description = "A generator library used with clap for Fig completion scripts"