From 3608c16d38d0da740984b48958859b017b042473 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sat, 9 Mar 2024 18:47:19 -0500 Subject: [PATCH] Fix hatch packages location Addresses empty package, Issue #17. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49cd276..cbc27c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,4 +30,4 @@ dev-dependencies = [ allow-direct-references = true [tool.hatch.build.targets.wheel] -packages = ["src/rich_pixels"] +packages = ["rich_pixels"]