From 5aaf5a47c9cc6088809b6b6a978634161d88a49b Mon Sep 17 00:00:00 2001 From: Johannes Wolf <519002+johannes-wolf@users.noreply.github.com> Date: Fri, 8 Sep 2023 22:59:12 +0200 Subject: [PATCH] pkg: Add keywords (#158) --- typst.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/typst.toml b/typst.toml index 8c45d561..36112650 100644 --- a/typst.toml +++ b/typst.toml @@ -9,4 +9,5 @@ authors = [ ] license = "Apache-2.0" description = "Drawing with Typst made easy, providing an API inspired by TikZ and Processing. Includes modules for plotting, charts and tree layout." +keywords = [ "draw", "canvas", "plot", "chart", "tree" ] exclude = [ "/gallery/*", "manual.pdf", "manual.typ" ]