diff --git a/pyproject.toml b/pyproject.toml index 98926f2..ef390de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,3 +110,6 @@ known-first-party = ["pelican"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["pelican"]