summaryrefslogtreecommitdiffstats
path: root/python/setuptools-scm/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/setuptools-scm/README')
-rw-r--r--python/setuptools-scm/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/setuptools-scm/README b/python/setuptools-scm/README
new file mode 100644
index 0000000000..98578d9dd2
--- /dev/null
+++ b/python/setuptools-scm/README
@@ -0,0 +1,6 @@
+setuptools_scm handles managing your python package versions in scm metadata instead
+of declaring them as the version argument or in a scm managed file.
+
+It also handles file finders for the supported scm's.
+
+Python3 is an optional dependency.