From ecb1b5372907a105aeb4b743bfedf11429beeaf7 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Thu, 9 Mar 2023 17:40:22 +0100 Subject: [PATCH] chore: Update config with new fields --- dtmt.cfg | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dtmt.cfg b/dtmt.cfg index 3831232..55a5fc8 100644 --- a/dtmt.cfg +++ b/dtmt.cfg @@ -1,7 +1,12 @@ id = "dml" name = "Darktide Mod Loader" -description = "This is my new mod 'Darktide Mod Loader'!" +summary = "The low-level facilities that enable loading mods from specially prepared bundles." version = "0.1.0" +author = "SirAiedail" + +categories = [ + Tools +] resources = { init = "scripts/mods/dml/init" @@ -10,7 +15,3 @@ resources = { packages = [ "packages/dml" ] - -depends = [ - "dmf" -]