From 4a9748ace55cb238d319bdd2a3290fbc814c4b13 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 7 Jan 2021 11:30:52 -0800 Subject: [PATCH] Add matching route53 readme (#8583) Building on https://github.com/certbot/certbot/pull/8581, our other DNS plugins have a simple `README.rst` file and this PR adds a matching one for the route53 plugin. --- certbot-dns-route53/MANIFEST.in | 1 + certbot-dns-route53/README.rst | 1 + 2 files changed, 2 insertions(+) create mode 100644 certbot-dns-route53/README.rst diff --git a/certbot-dns-route53/MANIFEST.in b/certbot-dns-route53/MANIFEST.in index a53dbd85b..5a661cef6 100644 --- a/certbot-dns-route53/MANIFEST.in +++ b/certbot-dns-route53/MANIFEST.in @@ -1,4 +1,5 @@ include LICENSE.txt +include README.rst recursive-include docs * recursive-include tests * global-exclude __pycache__ diff --git a/certbot-dns-route53/README.rst b/certbot-dns-route53/README.rst new file mode 100644 index 000000000..cf63762ca --- /dev/null +++ b/certbot-dns-route53/README.rst @@ -0,0 +1 @@ +Amazon Web Services Route 53 DNS Authenticator plugin for Certbot