From 4aaf827175f4a1beed89d1e47f9e07b58d83d59f Mon Sep 17 00:00:00 2001 From: Xiaoming Zhao Date: Sun, 22 Jan 2023 21:44:44 -0600 Subject: [PATCH] correct the package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c308a27..29ad371 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ ext_modules = [ Extension( - 'simplify', + 'quad_mesh_simplify', [osp.join(src_path, 'c', f) for f in files] + [osp.join(src_path,'simplify.pyx')], # extra_compile_args=['-fopenmp'], # extra_link_args=['-fopenmp'],