diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2017-01-15 23:40:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-15 23:40:16 +0700 |
commit | 62b4f3cdbad70ee993199feffc49e783d62c2019 (patch) | |
tree | 4cb88db30b4f4be083b9d582b063f826106cda37 /python/setuptools-scm/README | |
parent | 8c1caa07e93885717a406fec97f14029610df86c (diff) |
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/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/setuptools-scm/README b/python/setuptools-scm/README index 49dc82ee3f5b8..3227352464d91 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. |