summaryrefslogtreecommitdiffstats
path: root/python/python3-setuptools-git-versioning/README
diff options
context:
space:
mode:
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