From 3103630c2602718d75f10527aaeb862a496fd577 Mon Sep 17 00:00:00 2001 From: mbsantiago Date: Sat, 21 Jun 2025 13:49:06 +0100 Subject: [PATCH] Update pyproject to use src layout --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bc5f805..12cb0cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,9 +62,6 @@ keywords = [ requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.build.targets.wheel] -packages = ["batdetect2/"] - [project.scripts] batdetect2 = "batdetect2.cli:cli"