From 57b1bb3ddd8b3e6f3837bf8c3e4c632243f36c9e Mon Sep 17 00:00:00 2001 From: Ryan Chen Date: Fri, 13 Jun 2025 16:54:45 -0400 Subject: [PATCH] fix: specify package structure in pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a6a643b..2f6b8d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,3 +15,6 @@ dependencies = [ [build-system] requires = ["hatchling"] build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["."]