Fix entry point

This commit is contained in:
Miley
2016-01-31 22:46:28 -08:00
parent 36fdf99a1d
commit bb982024f8
+1 -1
View File
@@ -56,7 +56,7 @@ setup(
keywords = ['letsencrypt', 'route53', 'aws'],
entry_points={
'letsencrypt.plugins': [
'auth = letsencrypt_s3front.authenticator:Authenticator'
'auth = letsencrypt_route53.authenticator:Authenticator'
],
},
)