From f07153335c56f346528a3cd2e1ca7b595e44a867 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Thu, 28 Mar 2019 15:00:02 +0100 Subject: [PATCH] Move metadata to mod.conf --- depends.txt | 4 ---- description.txt | 1 - mod.conf | 2 ++ 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 depends.txt delete mode 100644 description.txt diff --git a/depends.txt b/depends.txt deleted file mode 100644 index 2f05a56..0000000 --- a/depends.txt +++ /dev/null @@ -1,4 +0,0 @@ -default? -map? -intllib? -awards? diff --git a/description.txt b/description.txt deleted file mode 100644 index 30921d9..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -A collection of tools to help you orient yourselves in the world, such as compass, altimeter, etc. diff --git a/mod.conf b/mod.conf index 94cd9a7..62190eb 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,3 @@ name = orienteering +description = A collection of tools to help you orient yourselves in the world, such as compass, altimeter, etc. +optional_depends = default, map, intllib, awards