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...