diff --git a/containers/MANIFEST.in b/magnum/MANIFEST.in similarity index 100% rename from containers/MANIFEST.in rename to magnum/MANIFEST.in diff --git a/containers/api/__init__.py b/magnum/api/__init__.py similarity index 100% rename from containers/api/__init__.py rename to magnum/api/__init__.py diff --git a/containers/api/app.py b/magnum/api/app.py similarity index 100% rename from containers/api/app.py rename to magnum/api/app.py diff --git a/containers/api/controllers/__init__.py b/magnum/api/controllers/__init__.py similarity index 100% rename from containers/api/controllers/__init__.py rename to magnum/api/controllers/__init__.py diff --git a/containers/api/controllers/root.py b/magnum/api/controllers/root.py similarity index 100% rename from containers/api/controllers/root.py rename to magnum/api/controllers/root.py diff --git a/containers/api/controllers/v2.py b/magnum/api/controllers/v2.py similarity index 100% rename from containers/api/controllers/v2.py rename to magnum/api/controllers/v2.py diff --git a/containers/api/model/__init__.py b/magnum/api/model/__init__.py similarity index 100% rename from containers/api/model/__init__.py rename to magnum/api/model/__init__.py diff --git a/containers/api/templates/error.html b/magnum/api/templates/error.html similarity index 100% rename from containers/api/templates/error.html rename to magnum/api/templates/error.html diff --git a/containers/api/templates/index.html b/magnum/api/templates/index.html similarity index 100% rename from containers/api/templates/index.html rename to magnum/api/templates/index.html diff --git a/containers/api/templates/layout.html b/magnum/api/templates/layout.html similarity index 100% rename from containers/api/templates/layout.html rename to magnum/api/templates/layout.html diff --git a/containers/api/tests/__init__.py b/magnum/api/tests/__init__.py similarity index 100% rename from containers/api/tests/__init__.py rename to magnum/api/tests/__init__.py diff --git a/containers/api/tests/config.py b/magnum/api/tests/config.py similarity index 100% rename from containers/api/tests/config.py rename to magnum/api/tests/config.py diff --git a/containers/api/tests/test_functional.py b/magnum/api/tests/test_functional.py similarity index 100% rename from containers/api/tests/test_functional.py rename to magnum/api/tests/test_functional.py diff --git a/containers/api/tests/test_units.py b/magnum/api/tests/test_units.py similarity index 100% rename from containers/api/tests/test_units.py rename to magnum/api/tests/test_units.py diff --git a/containers/config.py b/magnum/config.py similarity index 100% rename from containers/config.py rename to magnum/config.py diff --git a/containers/public/css/style.css b/magnum/public/css/style.css similarity index 100% rename from containers/public/css/style.css rename to magnum/public/css/style.css diff --git a/containers/public/images/logo.png b/magnum/public/images/logo.png similarity index 100% rename from containers/public/images/logo.png rename to magnum/public/images/logo.png diff --git a/containers/setup.cfg b/magnum/setup.cfg similarity index 100% rename from containers/setup.cfg rename to magnum/setup.cfg diff --git a/containers/setup.py b/magnum/setup.py similarity index 100% rename from containers/setup.py rename to magnum/setup.py