From accc8d0d151d0e1c76bd5118eaafff27510b6b41 Mon Sep 17 00:00:00 2001 From: Aaron <29749331+aarnphm@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:57:53 -0400 Subject: [PATCH] fix: editable install Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com> --- openllm-python/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/openllm-python/pyproject.toml b/openllm-python/pyproject.toml index 3a41a86e..5929e0de 100644 --- a/openllm-python/pyproject.toml +++ b/openllm-python/pyproject.toml @@ -155,7 +155,6 @@ allow-direct-references = true [tool.hatch.build.targets.wheel] only-include = ["src/openllm"] sources = ["src"] -dev-mode-dirs = ["."] [tool.hatch.build.targets.sdist] exclude = ["/.git_archival.txt"] [tool.hatch.build.targets.wheel.hooks.mypyc]