1dbcee2 Fix package build with python-setuptools >= 60.x

Authored and Committed by ksurma 2 years ago
    Fix package build with python-setuptools >= 60.x
    
    Setuptools' bundled distutils normalizes the package version string by
    stripping the leading 0, effectively changing the resulting egg name.
    Using asterisk instead of the version string works around this issue.
    
        
file modified
+5 -2