diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-01-24 21:44:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:02 +0700 |
commit | 88e26a9d850073317b213beda47e5da8b881ccb0 (patch) | |
tree | 77691ac87eae3371c909afcba1ed08265cd20e84 /python/entrypoints/slack-desc | |
parent | 866186bcf6266eef7dd5209abc4818a0399d8c7d (diff) |
python/entrypoints: Added (Discover & load entry points).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/entrypoints/slack-desc')
-rw-r--r-- | python/entrypoints/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/entrypoints/slack-desc b/python/entrypoints/slack-desc new file mode 100644 index 0000000000000..64cff5aa88e17 --- /dev/null +++ b/python/entrypoints/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------------------------------------------------------| +entrypoints: entrypoints (Discover and load entry points from installed packages) +entrypoints: +entrypoints: The entrypoints module contains functions to find and load entry +entrypoints: points, a way for Python packages to advertise objects. +entrypoints: +entrypoints: +entrypoints: +entrypoints: +entrypoints: +entrypoints: +entrypoints: |