diff --git a/examples/__init__.py b/archinstall/examples/__init__.py similarity index 100% rename from examples/__init__.py rename to archinstall/examples/__init__.py diff --git a/examples/config-sample.json b/archinstall/examples/config-sample.json similarity index 100% rename from examples/config-sample.json rename to archinstall/examples/config-sample.json diff --git a/examples/creds-sample.json b/archinstall/examples/creds-sample.json similarity index 100% rename from examples/creds-sample.json rename to archinstall/examples/creds-sample.json diff --git a/examples/custom-command-sample.json b/archinstall/examples/custom-command-sample.json similarity index 100% rename from examples/custom-command-sample.json rename to archinstall/examples/custom-command-sample.json diff --git a/examples/disk_layouts-sample.json b/archinstall/examples/disk_layouts-sample.json similarity index 100% rename from examples/disk_layouts-sample.json rename to archinstall/examples/disk_layouts-sample.json diff --git a/examples/guided.py b/archinstall/examples/guided.py similarity index 100% rename from examples/guided.py rename to archinstall/examples/guided.py diff --git a/examples/minimal.py b/archinstall/examples/minimal.py similarity index 100% rename from examples/minimal.py rename to archinstall/examples/minimal.py diff --git a/examples/only_hd.py b/archinstall/examples/only_hd.py similarity index 100% rename from examples/only_hd.py rename to archinstall/examples/only_hd.py diff --git a/examples/swiss.py b/archinstall/examples/swiss.py similarity index 100% rename from examples/swiss.py rename to archinstall/examples/swiss.py diff --git a/examples/unattended.py b/archinstall/examples/unattended.py similarity index 100% rename from examples/unattended.py rename to archinstall/examples/unattended.py diff --git a/profiles/52-54-00-12-34-56.py b/archinstall/profiles/52-54-00-12-34-56.py similarity index 100% rename from profiles/52-54-00-12-34-56.py rename to archinstall/profiles/52-54-00-12-34-56.py diff --git a/profiles/__init__.py b/archinstall/profiles/__init__.py similarity index 100% rename from profiles/__init__.py rename to archinstall/profiles/__init__.py diff --git a/profiles/applications/__init__.py b/archinstall/profiles/applications/__init__.py similarity index 100% rename from profiles/applications/__init__.py rename to archinstall/profiles/applications/__init__.py diff --git a/profiles/applications/awesome.py b/archinstall/profiles/applications/awesome.py similarity index 100% rename from profiles/applications/awesome.py rename to archinstall/profiles/applications/awesome.py diff --git a/profiles/applications/cockpit.py b/archinstall/profiles/applications/cockpit.py similarity index 100% rename from profiles/applications/cockpit.py rename to archinstall/profiles/applications/cockpit.py diff --git a/profiles/applications/docker.py b/archinstall/profiles/applications/docker.py similarity index 100% rename from profiles/applications/docker.py rename to archinstall/profiles/applications/docker.py diff --git a/profiles/applications/httpd.py b/archinstall/profiles/applications/httpd.py similarity index 100% rename from profiles/applications/httpd.py rename to archinstall/profiles/applications/httpd.py diff --git a/profiles/applications/lighttpd.py b/archinstall/profiles/applications/lighttpd.py similarity index 100% rename from profiles/applications/lighttpd.py rename to archinstall/profiles/applications/lighttpd.py diff --git a/profiles/applications/mariadb.py b/archinstall/profiles/applications/mariadb.py similarity index 100% rename from profiles/applications/mariadb.py rename to archinstall/profiles/applications/mariadb.py diff --git a/profiles/applications/nginx.py b/archinstall/profiles/applications/nginx.py similarity index 100% rename from profiles/applications/nginx.py rename to archinstall/profiles/applications/nginx.py diff --git a/profiles/applications/pipewire.py b/archinstall/profiles/applications/pipewire.py similarity index 100% rename from profiles/applications/pipewire.py rename to archinstall/profiles/applications/pipewire.py diff --git a/profiles/applications/postgresql.py b/archinstall/profiles/applications/postgresql.py similarity index 100% rename from profiles/applications/postgresql.py rename to archinstall/profiles/applications/postgresql.py diff --git a/profiles/applications/sshd.py b/archinstall/profiles/applications/sshd.py similarity index 100% rename from profiles/applications/sshd.py rename to archinstall/profiles/applications/sshd.py diff --git a/profiles/applications/tomcat.py b/archinstall/profiles/applications/tomcat.py similarity index 100% rename from profiles/applications/tomcat.py rename to archinstall/profiles/applications/tomcat.py diff --git a/profiles/awesome.py b/archinstall/profiles/awesome.py similarity index 100% rename from profiles/awesome.py rename to archinstall/profiles/awesome.py diff --git a/profiles/budgie.py b/archinstall/profiles/budgie.py similarity index 100% rename from profiles/budgie.py rename to archinstall/profiles/budgie.py diff --git a/profiles/cinnamon.py b/archinstall/profiles/cinnamon.py similarity index 100% rename from profiles/cinnamon.py rename to archinstall/profiles/cinnamon.py diff --git a/profiles/cutefish.py b/archinstall/profiles/cutefish.py similarity index 100% rename from profiles/cutefish.py rename to archinstall/profiles/cutefish.py diff --git a/profiles/deepin.py b/archinstall/profiles/deepin.py similarity index 100% rename from profiles/deepin.py rename to archinstall/profiles/deepin.py diff --git a/profiles/desktop.py b/archinstall/profiles/desktop.py similarity index 100% rename from profiles/desktop.py rename to archinstall/profiles/desktop.py diff --git a/profiles/enlightenment.py b/archinstall/profiles/enlightenment.py similarity index 100% rename from profiles/enlightenment.py rename to archinstall/profiles/enlightenment.py diff --git a/profiles/gnome.py b/archinstall/profiles/gnome.py similarity index 100% rename from profiles/gnome.py rename to archinstall/profiles/gnome.py diff --git a/profiles/i3.py b/archinstall/profiles/i3.py similarity index 100% rename from profiles/i3.py rename to archinstall/profiles/i3.py diff --git a/profiles/kde.py b/archinstall/profiles/kde.py similarity index 100% rename from profiles/kde.py rename to archinstall/profiles/kde.py diff --git a/profiles/lxqt.py b/archinstall/profiles/lxqt.py similarity index 100% rename from profiles/lxqt.py rename to archinstall/profiles/lxqt.py diff --git a/profiles/mate.py b/archinstall/profiles/mate.py similarity index 100% rename from profiles/mate.py rename to archinstall/profiles/mate.py diff --git a/profiles/minimal.py b/archinstall/profiles/minimal.py similarity index 100% rename from profiles/minimal.py rename to archinstall/profiles/minimal.py diff --git a/profiles/qtile.py b/archinstall/profiles/qtile.py similarity index 100% rename from profiles/qtile.py rename to archinstall/profiles/qtile.py diff --git a/profiles/server.py b/archinstall/profiles/server.py similarity index 100% rename from profiles/server.py rename to archinstall/profiles/server.py diff --git a/profiles/sway.py b/archinstall/profiles/sway.py similarity index 100% rename from profiles/sway.py rename to archinstall/profiles/sway.py diff --git a/profiles/xfce4.py b/archinstall/profiles/xfce4.py similarity index 100% rename from profiles/xfce4.py rename to archinstall/profiles/xfce4.py diff --git a/profiles/xorg.py b/archinstall/profiles/xorg.py similarity index 100% rename from profiles/xorg.py rename to archinstall/profiles/xorg.py