From e87bbc332757d6f40a678acf89aaf8b8a33371b3 Mon Sep 17 00:00:00 2001 From: Alexander Verbovetsky Date: Fri, 23 Feb 2024 23:47:32 +0700 Subject: python/python3-setuptools-git-versioning: Added (python module). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-setuptools-git-versioning/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 python/python3-setuptools-git-versioning/README (limited to 'python/python3-setuptools-git-versioning/README') diff --git a/python/python3-setuptools-git-versioning/README b/python/python3-setuptools-git-versioning/README new file mode 100644 index 0000000000..c21cdfa783 --- /dev/null +++ b/python/python3-setuptools-git-versioning/README @@ -0,0 +1,11 @@ +Use git repo data (latest tag, current commit hash, etc) for building +a version number according PEP 440. + +Features: + +* Does not require to change source code of the project +* Tag-, file-, and callback-based versioning schemas are supported +* Templates for tag, dev and dirty versions are separated +* Templates support a lot of substitutions including git and + environment information +* Well-documented -- cgit v1.2.3