mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
packaging(wally): Add license to package and manifest
This commit is contained in:
parent
1e11c2f338
commit
7259ad59b5
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "ukendio/jecs"
|
||||||
version = "0.3.2"
|
version = "0.3.2"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
|
license = "MIT"
|
||||||
include = [
|
include = [
|
||||||
"default.project.json",
|
"default.project.json",
|
||||||
"src/**",
|
"src/**",
|
||||||
|
@ -10,5 +11,6 @@ include = [
|
||||||
"wally.toml",
|
"wally.toml",
|
||||||
"README.md",
|
"README.md",
|
||||||
"CHANGELOG.md",
|
"CHANGELOG.md",
|
||||||
|
"LICENSE",
|
||||||
]
|
]
|
||||||
exclude = ["**"]
|
exclude = ["**"]
|
||||||
|
|
Loading…
Reference in a new issue