Subparsers CLI

This commit is contained in:
Jakub Warmuz
2015-03-30 12:43:00 +00:00
parent 8faa877c45
commit 8bc55899e6
4 changed files with 254 additions and 132 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ setup(
'zope.interface',
],
entry_points={
'letsencrypt.authenticators': [
'letsencrypt.plugins': [
'example = letsencrypt_example_plugins:Authenticator',
],
},