diff --git a/src/__init__.py b/oedp-server/.keep similarity index 100% rename from src/__init__.py rename to oedp-server/.keep diff --git a/oedp-ui/.keep b/oedp-ui/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/build/build.sh b/oedp/build/build.sh similarity index 100% rename from build/build.sh rename to oedp/build/build.sh diff --git a/build/constants.sh b/oedp/build/constants.sh similarity index 100% rename from build/constants.sh rename to oedp/build/constants.sh diff --git a/build/daily_build.sh b/oedp/build/daily_build.sh similarity index 100% rename from build/daily_build.sh rename to oedp/build/daily_build.sh diff --git a/build/oedp.spec b/oedp/build/oedp.spec similarity index 100% rename from build/oedp.spec rename to oedp/build/oedp.spec diff --git a/build/requirements.txt b/oedp/build/requirements.txt similarity index 100% rename from build/requirements.txt rename to oedp/build/requirements.txt diff --git a/build/static/oeDeploy.desktop b/oedp/build/static/oeDeploy.desktop similarity index 100% rename from build/static/oeDeploy.desktop rename to oedp/build/static/oeDeploy.desktop diff --git a/build/static/oeDeploy.png b/oedp/build/static/oeDeploy.png similarity index 100% rename from build/static/oeDeploy.png rename to oedp/build/static/oeDeploy.png diff --git "a/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" "b/oedp/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" similarity index 100% rename from "doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" rename to "oedp/doc/\346\236\204\345\273\272\346\214\207\345\215\227.md" diff --git a/oedp.py b/oedp/oedp.py similarity index 100% rename from oedp.py rename to oedp/oedp.py diff --git a/oedp/src/__init__.py b/oedp/src/__init__.py new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/src/commands/check/check_cmd.py b/oedp/src/commands/check/check_cmd.py similarity index 100% rename from src/commands/check/check_cmd.py rename to oedp/src/commands/check/check_cmd.py diff --git a/src/commands/info/info_cmd.py b/oedp/src/commands/info/info_cmd.py similarity index 100% rename from src/commands/info/info_cmd.py rename to oedp/src/commands/info/info_cmd.py diff --git a/src/commands/init/init_cmd.py b/oedp/src/commands/init/init_cmd.py similarity index 100% rename from src/commands/init/init_cmd.py rename to oedp/src/commands/init/init_cmd.py diff --git a/src/commands/list/list_cmd.py b/oedp/src/commands/list/list_cmd.py similarity index 100% rename from src/commands/list/list_cmd.py rename to oedp/src/commands/list/list_cmd.py diff --git a/src/commands/run/run_action.py b/oedp/src/commands/run/run_action.py similarity index 100% rename from src/commands/run/run_action.py rename to oedp/src/commands/run/run_action.py diff --git a/src/commands/run/run_cmd.py b/oedp/src/commands/run/run_cmd.py similarity index 100% rename from src/commands/run/run_cmd.py rename to oedp/src/commands/run/run_cmd.py diff --git a/src/config/log.conf b/oedp/src/config/log.conf similarity index 100% rename from src/config/log.conf rename to oedp/src/config/log.conf diff --git a/src/constants/const.py b/oedp/src/constants/const.py similarity index 100% rename from src/constants/const.py rename to oedp/src/constants/const.py diff --git a/src/constants/paths.py b/oedp/src/constants/paths.py similarity index 100% rename from src/constants/paths.py rename to oedp/src/constants/paths.py diff --git a/src/exceptions/base_custom_exception.py b/oedp/src/exceptions/base_custom_exception.py similarity index 100% rename from src/exceptions/base_custom_exception.py rename to oedp/src/exceptions/base_custom_exception.py diff --git a/src/exceptions/config_exception.py b/oedp/src/exceptions/config_exception.py similarity index 100% rename from src/exceptions/config_exception.py rename to oedp/src/exceptions/config_exception.py diff --git a/src/parsers/oedp_parser.py b/oedp/src/parsers/oedp_parser.py similarity index 100% rename from src/parsers/oedp_parser.py rename to oedp/src/parsers/oedp_parser.py diff --git a/src/utils/command/command_executor.py b/oedp/src/utils/command/command_executor.py similarity index 100% rename from src/utils/command/command_executor.py rename to oedp/src/utils/command/command_executor.py diff --git a/src/utils/config_reader.py b/oedp/src/utils/config_reader.py similarity index 100% rename from src/utils/config_reader.py rename to oedp/src/utils/config_reader.py diff --git a/src/utils/key_word_map.json b/oedp/src/utils/key_word_map.json similarity index 100% rename from src/utils/key_word_map.json rename to oedp/src/utils/key_word_map.json diff --git a/src/utils/log/log_config_obj.py b/oedp/src/utils/log/log_config_obj.py similarity index 100% rename from src/utils/log/log_config_obj.py rename to oedp/src/utils/log/log_config_obj.py diff --git a/src/utils/log/logger_generator.py b/oedp/src/utils/log/logger_generator.py similarity index 100% rename from src/utils/log/logger_generator.py rename to oedp/src/utils/log/logger_generator.py diff --git a/src/utils/main_reader.py b/oedp/src/utils/main_reader.py similarity index 100% rename from src/utils/main_reader.py rename to oedp/src/utils/main_reader.py diff --git a/src/utils/tools.py b/oedp/src/utils/tools.py similarity index 100% rename from src/utils/tools.py rename to oedp/src/utils/tools.py