From 542a68bf51a06d3987f96717e6eab5725f7ce0c3 Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Thu, 7 Sep 2023 11:22:56 -0400 Subject: [PATCH] Update typst.toml keywords etc. --- typst.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/typst.toml b/typst.toml index 1d04f60..e204a6b 100644 --- a/typst.toml +++ b/typst.toml @@ -5,3 +5,11 @@ entrypoint = "physica.typ" license = "MIT" description = "Physics notations." authors = ["Leedehai"] +repository = "https://github.com/Leedehai/typst-physics" +keywords = [ + "physics", "brace", "integral", "gradient", "divergence", "curl", "vector", + "field", "matrix", "Jacobian", "Hessian", "Dirac", "braket", "differential", + "derivative", "partial", "quantum", "Planck", "hbar", "tensor", "isotope", + "signal", "electromagnetism", "mechanics", +] +exclude = ["*.pdf", "*.py"]