From 9dd1a59c914e481c5133018c7bd6dab2bce0e7ca Mon Sep 17 00:00:00 2001 From: Chris Yeganeh Date: Fri, 4 Apr 2025 14:05:25 -0400 Subject: [PATCH] Corrected pyproject to allow build --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b40eb8c..9155668 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] -packages = ["safe_result"] +packages = ["src/safe_result"] [tool.pytest.ini_options] pythonpath = ["src"]