From 3cb511d0f760d379d022dbe6f537b068dac04f84 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 | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/dtmt.cfg b/dtmt.cfg index 3831232..209d523 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'!" -version = "0.1.0" +summary = "The low-level facilities that enable loading mods from specially prepared bundles." +version = "23.4.05" +author = "Darktide Modders" + +categories = [ + Tools +] resources = { init = "scripts/mods/dml/init" @@ -10,7 +15,3 @@ resources = { packages = [ "packages/dml" ] - -depends = [ - "dmf" -]