setuptools_scm
setuptools_scm copied to clipboard
the blessed package to manage your versions by scm tags
unfortunately current packaging practices make it necessary to have the package name yet again in the src folder practically this means people have to spell the package name in the...
Hi, Get "AssertionError: cant parse version P64_512K_ES100_RC1" error when executing "pip install git+http://git-ore.aus.cypress.com/repo/pyocd.git@P64_512K_ES100_RC1" command, log attached. This issue is reproducable with 4.0.0 and 4.1.0, and no issue with 3.5.0. Also...
Hi, It took me a long time to understand why `setuptools_scm.get_version(fallback_root="..")` didn't work inside a subfolder of a PyPI tarball. Would it be possible to mention `fallback_root` somewhere in README?...
If you do a `git clone` with a limited fetch depth so that you don't end up with any tags in your repository, `setuptools_scm` will happy generate a very confusing...
I didn't see anything in the documentation about how to get setuptools_scm to decide the next version number will bump the major version number (1.5 -> 2.0.devN###). Our setuptools_scm generated...
Once an editable install is performed the version reported by it remains the same even if the code was updated and a new tag was added. At this moment the...
https://github.com/moinwiki/moin/issues/1091 need to require a dot again and numbers
in #509 it came to attention, that pytest 6.2.0 takes note of certain errors the plugin enabling this was temporary disabled until the issue can be resolved in detail
the `SETUPTOOLS_SCM_PRETEND_VERSION` env var is a nice tool too help with certain types of container builds when version metadata is not availiable (skipped `.git` on the build) and should be...