mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
Merge pull request #154 from Mark-Marks/add-license-to-manifest
packaging(wally): Add license to package and manifest
This commit is contained in:
commit
c4b47d867d
1 changed files with 2 additions and 0 deletions
|
@ -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 = ["**"]
|
||||
|
|
Loading…
Reference in a new issue