From 86c012ef5cae2d0a5f9334ce87d76e412492a165 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 27 Apr 2026 22:47:08 +0200 Subject: [PATCH] Fatal bug fix: Add quotation mark --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1a57a3e..178ab4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "jcloud-docsgen" version = "1.0.0" -description = "A tool that generates Markdown documentation for software project source code +description = "A tool that generates Markdown documentation for software project source code" dependencies = ["docstring-parser"] license = "Apache-2.0"