aboutsummaryrefslogtreecommitdiff
path: root/python/setuptools-scm/README
diff options
context:
space:
mode:
authorHunter Sezen <ovariegata@yahoo.com>2016-07-27 19:48:30 -0500
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-30 08:28:43 +0700
commit38e40b752794a6669d73f780663a021456600a6c (patch)
tree911faeb057b3488854acc6673f3ecd620bfbcdc6 /python/setuptools-scm/README
parenta6f39ea22578e05d4120650e3b0e8d88ef4df7ff (diff)
python/setuptools-scm: Added (manage versions by scm tags)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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 0000000000000..98578d9dd2074
--- /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.