Update pyproject to use src layout

This commit is contained in:
mbsantiago 2025-06-21 13:49:06 +01:00
parent 960558be8b
commit 3103630c26

View File

@ -62,9 +62,6 @@ keywords = [
requires = ["hatchling"] requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["batdetect2/"]
[project.scripts] [project.scripts]
batdetect2 = "batdetect2.cli:cli" batdetect2 = "batdetect2.cli:cli"