From 0cc6956f9636a1da496da616899d0f128da4f418 Mon Sep 17 00:00:00 2001 From: Fabrice Normandin Date: Tue, 20 Aug 2024 13:28:16 -0400 Subject: [PATCH] Fix the packages entry in pyproject.toml (#40) Signed-off-by: Fabrice Normandin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a47d005f..3c3863aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ dev-dependencies = [ allow-direct-references = true [tool.hatch.build.targets.wheel] -packages = ["src/researchtemplate"] +packages = ["project"] [tool.rye.scripts] serve-docs = "mkdocs serve"