merklelib icon indicating copy to clipboard operation
merklelib copied to clipboard

Fix installation after black formatting changes

Open rtobar opened this issue 2 years ago • 4 comments

(cc: @pritchardn)

The black formatting broke the regular expression used in setup.py to extract the version number of the library. It thus became impossible to install it.

This commit adjusts the regular expression so the version number can be extracted again successfully.

A question too: is there any chance we get a new release of the library on PyPI with an increased (minor?) version? Thanks!

rtobar avatar Jun 03 '22 02:06 rtobar