Skip to content

Commit

Permalink
🐛 fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Gupta <prashantgupta@us.ibm.com>
  • Loading branch information
prashantgupta24 committed Jul 1, 2024
1 parent 52d2ace commit 5b6aa3f
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 @@ -472,6 +472,6 @@ def get_extra_requirements() -> Optional[Dict[str, List[str]]]:
install_requires=get_requirements(),
ext_modules=ext_modules,
extras_require=get_extra_requirements(),
cmdclass={"build_ext": cmake_build_ext} if _build_custom_ops else {},
cmdclass={"build_ext": cmake_build_ext} if _build_custom_ops() else {},
package_data=package_data,
)

0 comments on commit 5b6aa3f

Please sign in to comment.