setuptools_scm icon indicating copy to clipboard operation
setuptools_scm copied to clipboard

Don't strip local version suffix from tag when specified

Open mjsir911 opened this issue 1 year ago • 0 comments
trafficstars

Hi,

We're tracking an internal version forked/downstream from a public project using setuptools_scm and would like to integrate a local version identifier into the generated wheels.

This is currently being done with SETUPTOOLS_SCM_PRETEND_VERSION=0.23+tp.0 but it would be nice for setuptools to not strip the + suffix from the current commit's tag.

mjsir911 avatar Mar 04 '24 17:03 mjsir911