route53: rename to match other DNS plugins (#4747)

This change renames certbot-route53 to certbot-dns-route53 and updates
the package's setup.py file to maintain backwards compatibility.

Testing Done:
 * Run `certbot` with `-a certbot-route53:auth`, verify the plugin runs.
 * Run `certbot` with `--dns-route53`, verify the plugin runs.
This commit is contained in:
Zach Shepherd
2017-06-06 15:41:04 -07:00
committed by Brad Warren
parent 7531c98916
commit e749937465
19 changed files with 40 additions and 20 deletions
+2
View File
@@ -0,0 +1,2 @@
include LICENSE
include README