How to use PEP440 beta tags with setuptools_scm?

187 Views Asked by At

Is there a way to use PEP440-style beta release tags, such as v0.1.3b0 with setuptools_scm?

It currently gives an error invalid literal for int() with base 10: '3b0'.

This is from version 5.0.1 of setuptools_scm, which is the most recent as of today.

0

There are 0 best solutions below