setuptools_scm icon indicating copy to clipboard operation
setuptools_scm copied to clipboard

the blessed package to manage your versions by scm tags

Results 109 setuptools_scm issues
Sort by recently updated
recently updated
newest added
trafficstars

With the orgs feature on PyPI, there's a PyPA org that exists already — https://pypi.org/org/pypa/. Why not make use of it? _UPD_: Dustin explained the implications as an FAQ in...

I found out that this project supports calver (e.g. calver-by-date) but these options are not documented

documentation

On Windows, when installing something from a `cwd` that is cased differently than the git repo the following assertion fails: https://github.com/pypa/setuptools_scm/blob/e9cbb5a68b3ae6d5c549bda293ef60bb5ec8ec7e/src/setuptools_scm/_file_finders/git.py#L40 Similar to #89 (see https://github.com/pypa/setuptools_scm/issues/89#issuecomment-225456801 ) - Given a...

bug

Outcome of #871 Store the expected relative path Compare with discovered part Additionally, allow .config/python-vcs-versioning.toml specify overrides for projects vendored

Current behavior of setuptools does not help with automation because it does not just retrieve the version, it can also report the guessed version. ``` > python3 -m setuptools_scm Guessed...

it would be useful if there was an option to ignore tags that did not match the regex. I wanted to only consider tags that had a certain prefix and...

enhancement

Is there a way to get the complete git commit hash using `setuptools_scm`?

followup to pypa/setuptools#2652 followup to #190 unfortunately people have to have setuptools_scm installed in their envs, and thus file finders are active even if they don't want them active we...

enhancement
help wanted
deferred

The way setuptools_scm works, it triggers write actions when setup.cfg is merely being read, which is surprising. I realize it's somewhat limited by the setuptools ecosystem APIs, but is there...

enhancement
help wanted

If someone has a project repository that uses submodules which are part of the packaging, running setuptools on a clone without recurse will produce a broken/incomplete package. The user will...