From 862f664e0d2cb923de51f5688af3675755d57c3e Mon Sep 17 00:00:00 2001 From: roll Date: Fri, 15 Dec 2023 21:33:54 +0000 Subject: [PATCH] Fixed wheel config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a821f48..8d9f0f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,6 +78,9 @@ dp = "dplib.plugins.cli.__main__:program" [tool.hatch.version] path = "dplib/settings.py" +[tool.hatch.build.targets.wheel] +packages = ["dplib"] + [tool.hatch.envs.default] python = "3.10" dependencies = [