From c3c610138c3c130447c000629cc11e60514b4bf2 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Tue, 26 Nov 2024 14:37:22 +0100 Subject: [PATCH] Add categories to the package meta data This should make the package easier to discover in the typst package universe. --- typst.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/typst.toml b/typst.toml index 1bca9ee..158ce5a 100644 --- a/typst.toml +++ b/typst.toml @@ -7,3 +7,4 @@ license = "MIT" description = "Presentation slides creation with Typst" repository = "https://github.com/andreasKroepelin/polylux" exclude = ["README.md"] +categories = ["presentation"]