diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-20 21:09:11 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:14 +0700 |
commit | e6a25e142608ce1143c6f62156788d9a0a687335 (patch) | |
tree | 6241acad2cca719886e9292b7b0b590a14293a2c /python/setuptools-scm/slack-desc | |
parent | dd26482806f52191eec723ad550ba4701f4b3d1c (diff) |
python/setuptools-scm: Removed (added to slackware.)
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/setuptools-scm/slack-desc')
-rw-r--r-- | python/setuptools-scm/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/python/setuptools-scm/slack-desc b/python/setuptools-scm/slack-desc deleted file mode 100644 index c4a33ef7debd0..0000000000000 --- a/python/setuptools-scm/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# 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 scms. -setuptools-scm: -setuptools-scm: Homepage: https://github.com/pypa/setuptools_scm -setuptools-scm: -setuptools-scm: |