From 2298b37d6c8c75da0f65a33ead9d455ff7fab7aa Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Fri, 19 Jun 2026 22:32:01 +0200 Subject: [PATCH] Use hyphenated distribution name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12d5821..156bd26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch-vcs"] build-backend = "hatchling.build" [project] -name = "pytask_latex" +name = "pytask-latex" description = "Compile LaTeX documents with pytask." classifiers = [ "Development Status :: 4 - Beta",