From 09158ae6b00f00d55d6a63a024e15d6783cd0649 Mon Sep 17 00:00:00 2001 From: crvernon Date: Mon, 8 Jul 2024 11:21:36 -0400 Subject: [PATCH] migrate to src dir --- {glory => src/glory}/__init__.py | 0 {glory => src/glory}/data/__init__.py | 0 {glory => src/glory}/data/read_config.py | 0 {glory => src/glory}/data/read_data.py | 0 {glory => src/glory}/data/write_outputs.py | 0 {glory => src/glory}/method/__init__.py | 0 {glory => src/glory}/method/lp.py | 0 {glory => src/glory}/method/supply_curve.py | 0 {glory => src/glory}/model.py | 0 {glory => src/glory}/utils/__init__.py | 0 {glory => src/glory}/utils/cleanup.py | 0 {glory => src/glory}/utils/diagnostics.py | 0 {glory => src/glory}/utils/install_supplement.py | 0 {glory => src/glory}/utils/logger.py | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {glory => src/glory}/__init__.py (100%) rename {glory => src/glory}/data/__init__.py (100%) rename {glory => src/glory}/data/read_config.py (100%) rename {glory => src/glory}/data/read_data.py (100%) rename {glory => src/glory}/data/write_outputs.py (100%) rename {glory => src/glory}/method/__init__.py (100%) rename {glory => src/glory}/method/lp.py (100%) rename {glory => src/glory}/method/supply_curve.py (100%) rename {glory => src/glory}/model.py (100%) rename {glory => src/glory}/utils/__init__.py (100%) rename {glory => src/glory}/utils/cleanup.py (100%) rename {glory => src/glory}/utils/diagnostics.py (100%) rename {glory => src/glory}/utils/install_supplement.py (100%) rename {glory => src/glory}/utils/logger.py (100%) 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