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"