From 16d9537c418ebc3d0d1ce946bb61e04e9bf4dac8 Mon Sep 17 00:00:00 2001 From: Zach Shepherd Date: Thu, 18 May 2017 16:44:05 -0700 Subject: [PATCH] Moved files to 'certbot-route53' --- .gitignore => certbot-route53/.gitignore | 0 LICENSE => certbot-route53/LICENSE | 0 MANIFEST.in => certbot-route53/MANIFEST.in | 0 README.md => certbot-route53/README.md | 0 {certbot_route53 => certbot-route53/certbot_route53}/__init__.py | 0 .../certbot_route53}/authenticator.py | 0 sample-aws-policy.json => certbot-route53/sample-aws-policy.json | 0 setup.cfg => certbot-route53/setup.cfg | 0 setup.py => certbot-route53/setup.py | 0 .../tester.pkoch-macos_sierra.sh | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => certbot-route53/.gitignore (100%) rename LICENSE => certbot-route53/LICENSE (100%) rename MANIFEST.in => certbot-route53/MANIFEST.in (100%) rename README.md => certbot-route53/README.md (100%) rename {certbot_route53 => certbot-route53/certbot_route53}/__init__.py (100%) rename {certbot_route53 => certbot-route53/certbot_route53}/authenticator.py (100%) rename sample-aws-policy.json => certbot-route53/sample-aws-policy.json (100%) rename setup.cfg => certbot-route53/setup.cfg (100%) rename setup.py => certbot-route53/setup.py (100%) rename tester.pkoch-macos_sierra.sh => certbot-route53/tester.pkoch-macos_sierra.sh (100%) diff --git a/.gitignore b/certbot-route53/.gitignore similarity index 100% rename from .gitignore rename to certbot-route53/.gitignore diff --git a/LICENSE b/certbot-route53/LICENSE similarity index 100% rename from LICENSE rename to certbot-route53/LICENSE diff --git a/MANIFEST.in b/certbot-route53/MANIFEST.in similarity index 100% rename from MANIFEST.in rename to certbot-route53/MANIFEST.in diff --git a/README.md b/certbot-route53/README.md similarity index 100% rename from README.md rename to certbot-route53/README.md diff --git a/certbot_route53/__init__.py b/certbot-route53/certbot_route53/__init__.py similarity index 100% rename from certbot_route53/__init__.py rename to certbot-route53/certbot_route53/__init__.py diff --git a/certbot_route53/authenticator.py b/certbot-route53/certbot_route53/authenticator.py similarity index 100% rename from certbot_route53/authenticator.py rename to certbot-route53/certbot_route53/authenticator.py diff --git a/sample-aws-policy.json b/certbot-route53/sample-aws-policy.json similarity index 100% rename from sample-aws-policy.json rename to certbot-route53/sample-aws-policy.json diff --git a/setup.cfg b/certbot-route53/setup.cfg similarity index 100% rename from setup.cfg rename to certbot-route53/setup.cfg diff --git a/setup.py b/certbot-route53/setup.py similarity index 100% rename from setup.py rename to certbot-route53/setup.py diff --git a/tester.pkoch-macos_sierra.sh b/certbot-route53/tester.pkoch-macos_sierra.sh similarity index 100% rename from tester.pkoch-macos_sierra.sh rename to certbot-route53/tester.pkoch-macos_sierra.sh