From 9a32ce3502f71ab9b46404d30e7717755a024c0d Mon Sep 17 00:00:00 2001 From: LittleStar <59785146+LinZhihao-723@users.noreply.github.com> Date: Sat, 11 Nov 2023 20:27:01 -0500 Subject: [PATCH] CSC101: Do Not Trust Your IDE --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fd80d6f..38b6c9a6 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ project_name: str = "clp_ffi_py" description: str = "CLP FFI Python Interface" - extension_modules: List[Exception] = [ir_native] + extension_modules: List[Extension] = [ir_native] if (3, 7) > sys.version_info: # For Python3.6, setuptools doesn't automatically include submodules # and .pyi/.type files, so we need to explicitly specify the