summaryrefslogtreecommitdiffstats
path: root/python/setuptools-scm/README
diff options
context:
space:
mode:
author Hunter Sezen2017-01-15 17:40:16 +0100
committer Willy Sudiarto Raharjo2017-01-15 17:40:16 +0100
commit62b4f3cdbad70ee993199feffc49e783d62c2019 (patch)
tree4cb88db30b4f4be083b9d582b063f826106cda37 /python/setuptools-scm/README
parent8c1caa07e93885717a406fec97f14029610df86c (diff)
downloadslackbuilds-62b4f3cdbad70ee993199feffc49e783d62c2019.tar.gz
python/setuptools-scm: Updated for version 1.15.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/setuptools-scm/README')
-rw-r--r--python/setuptools-scm/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/setuptools-scm/README b/python/setuptools-scm/README
index 49dc82ee3f..3227352464 100644
--- a/python/setuptools-scm/README
+++ b/python/setuptools-scm/README
@@ -1,7 +1,7 @@
-setuptools-scm (manage versions by scm tags)
+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.
-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.
+It also handles file finders for the supported scm's.
Python3 is an optional dependency.