Yubico / python-fido2

Provides library functionality for FIDO 2.0, including communication with a device over USB.
BSD 2-Clause "Simplified" License
432 stars 109 forks source link

fix setuptools version incompatibility #77

Closed coobas closed 5 years ago

coobas commented 5 years ago

Hi, I just run into ValueError: invalid version number '41.6.0.post20191030' with setuptools 41.6.0 (conda distribution). This can fix it, I think loose version comparison would be good enough. Thanks