diff --git a/README.md b/README.md index 0b1694b0..9e5a24d2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-[![License: Apache 2.0](https://img.shields.io/badge/License-Apache-blue.svg?style=for-the-badge)](LICENSE-APACHE) [![Wally](https://img.shields.io/github/v/tag/ukendio/jecs?&style=for-the-badge)](https://wally.run/package/ukendio/jecs) +[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge)](LICENSE) [![Wally](https://img.shields.io/github/v/tag/ukendio/jecs?&style=for-the-badge)](https://wally.run/package/ukendio/jecs) Just a stupidly fast Entity Component System diff --git a/wally.toml b/wally.toml index 285a254e..e20bfd8c 100644 --- a/wally.toml +++ b/wally.toml @@ -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 = ["**"]