Skip to content

Commit

Permalink
CSC101: Do Not Trust Your IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 12, 2023
1 parent 13e1015 commit 9a32ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a32ce3

Please sign in to comment.