From 8327fe2efe755b801a321c20892769c3fb63ee50 Mon Sep 17 00:00:00 2001 From: James R Swift Date: Tue, 9 Jul 2024 14:11:18 +0100 Subject: [PATCH] Only 3 categories allowed --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index c2a6369..ee8dfad 100644 --- a/typst.toml +++ b/typst.toml @@ -9,7 +9,7 @@ license = "Unlicense" description = "Column-wise table definitions for big data" repository = "https://github.com/JamesxX/dining-table" keywords = ["table", "data", "scientific"] -categories = ["components", "visualization", "model", "report", "paper", "thesis"] +categories = ["components", "visualization", "model"] disciplines = ["agriculture", "biology", "chemistry", "communication", "computer-science", "economics", "physics"] exclude = [ ".github",