packaging(wally): Add license to package and manifest

This commit is contained in:
marked 2024-11-12 20:22:41 +01:00
parent 1e11c2f338
commit 7259ad59b5

View file

@ -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 = ["**"]