diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-07-27 19:48:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 08:28:43 +0700 |
commit | 38e40b752794a6669d73f780663a021456600a6c (patch) | |
tree | 911faeb057b3488854acc6673f3ecd620bfbcdc6 /python/setuptools-scm/slack-desc | |
parent | a6f39ea22578e05d4120650e3b0e8d88ef4df7ff (diff) |
python/setuptools-scm: Added (manage versions by scm tags)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'python/setuptools-scm/slack-desc')
-rw-r--r-- | python/setuptools-scm/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/setuptools-scm/slack-desc b/python/setuptools-scm/slack-desc new file mode 100644 index 000000000000..02fa8597c2b1 --- /dev/null +++ b/python/setuptools-scm/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +setuptools-scm: setuptools-scm (manage versions by scm tags) +setuptools-scm: +setuptools-scm: setuptools_scm handles managing your python package versions in scm +setuptools-scm: metadata instead of declaring them as the version argument or in a +setuptools-scm: scm managed file. +setuptools-scm: +setuptools-scm: It also handles file finders for the supported scm’s. +setuptools-scm: +setuptools-scm: Homepage: https://github.com/pypa/setuptools_scm/ +setuptools-scm: +setuptools-scm: |