aboutsummaryrefslogtreecommitdiff
path: root/python/python3-setuptools-git-versioning/README
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2024-02-23 23:47:32 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-24 01:50:31 +0700
commite87bbc332757d6f40a678acf89aaf8b8a33371b3 (patch)
tree297fb50f578d1c2b302be6d6036920d8619dba08 /python/python3-setuptools-git-versioning/README
parent06996e7432e91a27cb49dadd102765fc268aeb49 (diff)
python/python3-setuptools-git-versioning: Added (python module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-setuptools-git-versioning/README')
-rw-r--r--python/python3-setuptools-git-versioning/README11
1 files changed, 11 insertions, 0 deletions
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