diff --git a/scripts/non_workflow/__init__.py b/scripts/non_workflow/__init__.py new file mode 100644 index 000000000..a635e74eb --- /dev/null +++ b/scripts/non_workflow/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# SPDX-FileCopyrightText: PyPSA-Earth and PyPSA-Eur Authors +# +# SPDX-License-Identifier: GPL-3.0-or-later diff --git a/scripts/zenodo_handler.py b/scripts/non_workflow/zenodo_handler.py similarity index 100% rename from scripts/zenodo_handler.py rename to scripts/non_workflow/zenodo_handler.py diff --git a/scripts/zipfolders_googledrive.py b/scripts/non_workflow/zip_folder.py similarity index 100% rename from scripts/zipfolders_googledrive.py rename to scripts/non_workflow/zip_folder.py