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"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
license = "MIT"
include = [
"default.project.json",
"src/**",
@ -10,5 +11,6 @@ include = [
"wally.toml",
"README.md",
"CHANGELOG.md",
"LICENSE",
]
exclude = ["**"]