diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-24 08:26:12 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:55:52 +0700 |
commit | b050716e4a99037b59fd24b34181968adf1d880a (patch) | |
tree | 2c6484676319a70ee248cbb3e306801c2c5df06b /python/python2-setuptools-scm/README | |
parent | 18c93086b5d280195ac3f2f026464cae863fbfe5 (diff) |
python/python2-setuptools-scm: Added (setuptools-scm for Python 2).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-setuptools-scm/README')
-rw-r--r-- | python/python2-setuptools-scm/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/python2-setuptools-scm/README b/python/python2-setuptools-scm/README new file mode 100644 index 0000000000..ee7c616d65 --- /dev/null +++ b/python/python2-setuptools-scm/README @@ -0,0 +1,7 @@ +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. + +This version is compatible with Python 2. |