diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2015-08-13 22:15:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-13 23:15:30 +0700 |
commit | 6cadfcc6ad6dd420311d15addd1b7fd621aca6c6 (patch) | |
tree | 541a25df92658b593d6cd2ba9536b84fa16a7e7a /python/click-plugins/README | |
parent | e2ba8323e1b5e8b8357e11fb043b2fecd6ee6be5 (diff) |
python/click-plugins: Added (extension to click).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/click-plugins/README')
-rw-r--r-- | python/click-plugins/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/click-plugins/README b/python/click-plugins/README new file mode 100644 index 000000000000..d1f573c0dad7 --- /dev/null +++ b/python/click-plugins/README @@ -0,0 +1 @@ +An extension module for click to enable registering CLI commands via setuptools entry-points. |