From 1d8b1a79b0c286761ac9c6c5ec6a452686113bc0 Mon Sep 17 00:00:00 2001 From: mightqxc Date: Tue, 21 Nov 2023 16:57:44 +0100 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b949d6..29d29c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pattern = "release_version = \"(?P[^\"]+)\"" directory = "dist" [tool.hatch.build.targets.wheel] -packages = ["hgcs"] +packages = ["lib/hgcs"] [tool.hatch.build.targets.wheel.shared-data] "temp/hgcs.cfg.template" = "etc/hgcs/hgcs.cfg.template"