Merge pull request #154 from Mark-Marks/add-license-to-manifest

packaging(wally): Add license to package and manifest
This commit is contained in:
EncodedVenom 2024-11-12 14:30:18 -05:00 committed by GitHub
commit c4b47d867d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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