secp256k1-py icon indicating copy to clipboard operation
secp256k1-py copied to clipboard

setup.py: Fix invalid definition of bdist_wheel command

Open juergenhoetzel opened this issue 7 months ago • 1 comments

Don't set cmdclass["bdist_wheel"] to None if bdist_wheel is unavailable. This prevents installation error:

TypeError: 'NoneType' object is not callable

Refs #7

juergenhoetzel avatar Jul 06 '24 13:07 juergenhoetzel