diff --git a/setup.py b/setup.py index c2093f84..ab20f5fb 100644 --- a/setup.py +++ b/setup.py @@ -118,7 +118,7 @@ if platform.system() == "Windows": elif platform.system() == "Darwin": ext_modules = [] else: - ext_modules = [vnctptd, vnctpmd, vnoes] + ext_modules = [vnctptd, vnctpmd] def check_extension_build_flag(key: str, module: Extension):