diff --git a/glory/__init__.py b/src/glory/__init__.py similarity index 100% rename from glory/__init__.py rename to src/glory/__init__.py diff --git a/glory/data/__init__.py b/src/glory/data/__init__.py similarity index 100% rename from glory/data/__init__.py rename to src/glory/data/__init__.py diff --git a/glory/data/read_config.py b/src/glory/data/read_config.py similarity index 100% rename from glory/data/read_config.py rename to src/glory/data/read_config.py diff --git a/glory/data/read_data.py b/src/glory/data/read_data.py similarity index 100% rename from glory/data/read_data.py rename to src/glory/data/read_data.py diff --git a/glory/data/write_outputs.py b/src/glory/data/write_outputs.py similarity index 100% rename from glory/data/write_outputs.py rename to src/glory/data/write_outputs.py diff --git a/glory/method/__init__.py b/src/glory/method/__init__.py similarity index 100% rename from glory/method/__init__.py rename to src/glory/method/__init__.py diff --git a/glory/method/lp.py b/src/glory/method/lp.py similarity index 100% rename from glory/method/lp.py rename to src/glory/method/lp.py diff --git a/glory/method/supply_curve.py b/src/glory/method/supply_curve.py similarity index 100% rename from glory/method/supply_curve.py rename to src/glory/method/supply_curve.py diff --git a/glory/model.py b/src/glory/model.py similarity index 100% rename from glory/model.py rename to src/glory/model.py diff --git a/glory/utils/__init__.py b/src/glory/utils/__init__.py similarity index 100% rename from glory/utils/__init__.py rename to src/glory/utils/__init__.py diff --git a/glory/utils/cleanup.py b/src/glory/utils/cleanup.py similarity index 100% rename from glory/utils/cleanup.py rename to src/glory/utils/cleanup.py diff --git a/glory/utils/diagnostics.py b/src/glory/utils/diagnostics.py similarity index 100% rename from glory/utils/diagnostics.py rename to src/glory/utils/diagnostics.py diff --git a/glory/utils/install_supplement.py b/src/glory/utils/install_supplement.py similarity index 100% rename from glory/utils/install_supplement.py rename to src/glory/utils/install_supplement.py diff --git a/glory/utils/logger.py b/src/glory/utils/logger.py similarity index 100% rename from glory/utils/logger.py rename to src/glory/utils/logger.py