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