diff --git a/setup.py b/setup.py index 5b2e1da06..02d9e01d5 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( keywords = ['letsencrypt', 'route53', 'aws'], entry_points={ 'letsencrypt.plugins': [ - 'auth = letsencrypt_s3front.authenticator:Authenticator' + 'auth = letsencrypt_route53.authenticator:Authenticator' ], }, )