From 31262f2c7fe933d525ec77320e23832c13e5dade Mon Sep 17 00:00:00 2001 From: Lucas Gangstad Date: Mon, 8 Jan 2024 16:22:43 -0600 Subject: [PATCH] Update package info --- wally.toml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/wally.toml b/wally.toml index 79382969..c6057345 100644 --- a/wally.toml +++ b/wally.toml @@ -1,9 +1,29 @@ [package] -name = "evaera/matter" +name = "matter-ecs/matter" +description = "A modern ECS library for Roblox" version = "0.7.0" +license = "MIT" +authors = [ + "Eryn L. K.", + "Lucas Gangstad ", + "Ukendio ", +] registry = "https://github.com/UpliftGames/wally-index" realm = "shared" -exclude = ["example", "docs", "Packages", ".moonwave", "build", "pages", "tests", "AttackOfTheKillerRoombas.rbxl", "AttackOfTheKillerRoombas.rbxl.lock", "matter.rbxl", "matter.rbxm", "roblox.toml"] +exclude = [ + "example", + "docs", + "Packages", + ".moonwave", + "build", + "pages", + "tests", + "AttackOfTheKillerRoombas.rbxl", + "AttackOfTheKillerRoombas.rbxl.lock", + "matter.rbxl", + "matter.rbxm", + "roblox.toml", +] [dev-dependencies] TestEZ = "roblox/testez@0.4.1"