Skip to content

Commit

Permalink
Fix cmdclass typo in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwer authored Dec 20, 2023
1 parent f5ca3f6 commit 10142b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/finufft/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 10142b4

Please sign in to comment.