summaryrefslogtreecommitdiffstats
path: root/python/setuptools-scm/README
diff options
context:
space:
mode:
author Hunter Sezen2016-07-28 02:48:30 +0200
committer Willy Sudiarto Raharjo2016-07-30 03:28:43 +0200
commit38e40b752794a6669d73f780663a021456600a6c (patch)
tree911faeb057b3488854acc6673f3ecd620bfbcdc6 /python/setuptools-scm/README
parenta6f39ea22578e05d4120650e3b0e8d88ef4df7ff (diff)
downloadslackbuilds-38e40b752794a6669d73f780663a021456600a6c.tar.gz
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 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.