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"]