From f1fbd9079c9f9210e5ad6ec12666b6a9898d1b05 Mon Sep 17 00:00:00 2001 From: Tobias Raabe Date: Fri, 19 Jun 2026 22:28:15 +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 f788463..c291121 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "pytask_parallel" +name = "pytask-parallel" description = "Parallelize the execution of tasks with pytask." classifiers = [ "Development Status :: 4 - Beta",