From 9f324104d601a40ee46ca19dce63cd842275bc9d Mon Sep 17 00:00:00 2001 From: Pavlo Pohorieltsev <667strets@gmail.com> Date: Tue, 30 Jan 2024 19:20:48 +0200 Subject: [PATCH] Specify directory for build --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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"]