From 514bb5aeb0223556f9cd52626230d559a23b7510 Mon Sep 17 00:00:00 2001 From: Yangyang Li Date: Tue, 31 Oct 2023 16:06:05 -0500 Subject: [PATCH] style: import fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 213e831d..7c27011b 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ "entry_points": entry_points, "python_requires": ">=3.9,<3.12", } -from build import * +from .build import * build(setup_kwargs)