From 2b99cd2048cb21592a870f05f9acad32d3bdaa0b Mon Sep 17 00:00:00 2001 From: Tobias Raabe <22533006+tobiasraabe@users.noreply.github.com> Date: Fri, 19 Jun 2026 21:34:53 +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 afb95b8..5e033ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["hatchling", "hatch_vcs"] build-backend = "hatchling.build" [project] -name = "pytask_stata" +name = "pytask-stata" description = "Execute do-files with Stata and pytask." authors = [{ name = "Tobias Raabe", email = "raabe@posteo.de" }] license = { text = "MIT" }