setuptools-git-versioning
setuptools-git-versioning copied to clipboard
Use git repo data (latest tag, current commit hash, etc) for building a version number according PEP-440
In my project we're setting project/VERSION and reading that in as the basis for file-based versioning using ``` [tool.setuptools-git-versioning] enabled = true version_file = "project/VERSION" count_commits_from_version_file = true dev_template =...
Hi there, Thank you for the [comparison](https://setuptools-git-versioning.readthedocs.io/en/stable/comparison.html) page. Could you please update `setuptools-scm`. According to it's documentation, I see many options which set in comparison tables to `no` are actually...
# Description According to [Versioning - Python Packaging User Guide](https://packaging.python.org/en/latest/specifications/version-specifiers/#version-epochs), version identifiers may be prefixed by an optional epoch segment `N!` (where N may be any non-negative integer). However, the...