diff --git a/python/finufft/setup.py b/python/finufft/setup.py index 17006cb85..3813293d1 100644 --- a/python/finufft/setup.py +++ b/python/finufft/setup.py @@ -130,7 +130,7 @@ def get_tag(self): libraries=[finufft_dlib], runtime_library_dirs=runtime_library_dirs) ], - cmd_class={"build_ext": build_ext, "bdist_wheel": bdist_wheel_abi_none} + cmdclass={"build_ext": build_ext, "bdist_wheel": bdist_wheel_abi_none} ) os.unlink(source_filename)