Update versioning scheme and enhance README

This commit is contained in:
Simone Scarduzio
2025-09-23 14:25:09 +02:00
parent f94037f2d6
commit 432ddd89c0
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
# DeltaGlider
[![PyPI version](https://badge.fury.io/py/deltaglider.svg)](https://pypi.org/project/deltaglider/)
[![GitHub Repository](https://img.shields.io/badge/github-deltaglider-blue.svg)](https://github.com/beshu-tech/deltaglider)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)

View File

@@ -115,7 +115,7 @@ dev-dependencies = [
[tool.setuptools_scm]
# Automatically determine version from git tags
write_to = "src/deltaglider/_version.py"
version_scheme = "post-release"
version_scheme = "release-branch-semver"
local_scheme = "no-local-version"
[tool.ruff]