Update entry point

This commit is contained in:
Peter Eckersley
2016-03-11 11:53:58 -08:00
parent d468e9926e
commit 2656d97260
+1 -1
View File
@@ -127,7 +127,7 @@ setup(
entry_points={
'console_scripts': [
'letsencrypt = letsencrypt.cli:main',
'letsencrypt = letsencrypt.main:main',
],
'letsencrypt.plugins': [
'manual = letsencrypt.plugins.manual:Authenticator',