From 18ee1286b9f707ef62b718a996679bc449bfcbd5 Mon Sep 17 00:00:00 2001 From: enkhbold470 Date: Sat, 18 Apr 2026 16:51:46 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fix=20package=20directory=20path?= =?UTF-8?q?=20in=20pyproject.toml=20for=20correct=20installation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4b5850..baf751f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # Handle import paths so that single pip install -e . exposes zuna, lingua, and apps (embedded AY2l) [tool.setuptools.package-dir] -"" = "src" +"" = "./" # Include the config in pip site-packages [tool.setuptools.package-data]