From b35f992e77ac8e277364333655575aa4d8860df0 Mon Sep 17 00:00:00 2001 From: tinger Date: Sat, 4 Jan 2025 15:48:03 +0100 Subject: [PATCH] Do not exclude README.md in manifest --- typst.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typst.toml b/typst.toml index 04bdc09..03d4bcd 100644 --- a/typst.toml +++ b/typst.toml @@ -9,4 +9,4 @@ description = "Query and display headings in your documents and templates." categories = ["components", "scripting"] keywords = ["context", "chapter", "section", "heading"] license = "MIT" -exclude = ["examples", "README.md"] +exclude = ["examples"] -- 2.51.2