mirror of
https://github.com/clap-rs/clap
synced 2025-01-05 17:28:42 +00:00
Fix packaging of LICENSE-* files
This commit is contained in:
parent
c4dfb1aede
commit
db2a25473a
4 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,7 @@ authors = [
|
||||||
include = [
|
include = [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
|
"LICENSE-*",
|
||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
|
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
|
||||||
|
|
|
@ -9,6 +9,7 @@ authors = [
|
||||||
include = [
|
include = [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
|
"LICENSE-*",
|
||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
description = "Parse command line argument by defining a struct, derive crate."
|
description = "Parse command line argument by defining a struct, derive crate."
|
||||||
|
|
|
@ -9,6 +9,7 @@ authors = [
|
||||||
include = [
|
include = [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
|
"LICENSE-*",
|
||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
description = "A generator library used with clap for shell completion scripts, manpage, etc."
|
description = "A generator library used with clap for shell completion scripts, manpage, etc."
|
||||||
|
|
|
@ -8,6 +8,7 @@ authors = [
|
||||||
include = [
|
include = [
|
||||||
"src/**/*",
|
"src/**/*",
|
||||||
"Cargo.toml",
|
"Cargo.toml",
|
||||||
|
"LICENSE-*",
|
||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
description = "A generator library used with clap for Fig completion scripts"
|
description = "A generator library used with clap for Fig completion scripts"
|
||||||
|
|
Loading…
Reference in a new issue