diff --git a/pyproject.toml b/pyproject.toml index a2fddc5..9b9d240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,6 +61,9 @@ exclude = [ "/.github", ] +[tool.hatch.build.targets.wheel] +packages = ["src/great_project"] + [tool.hatch.envs.default] features = ["dev"]