secp256k1-py
secp256k1-py copied to clipboard
setup.py: Fix invalid definition of bdist_wheel command
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