diff --git a/pyproject.toml b/pyproject.toml index 6c2b83d..4893ef7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,9 @@ classifiers = [ ] dynamic = ["dependencies"] +[tool.hatch.build.targets.wheel] +packages = ["ontu_parser/"] + [tool.hatch.metadata.hooks.requirements_txt] files = ["requirements.txt"]