diff --git a/eris/LS_COLORS.sh b/eris/eris/LS_COLORS.sh similarity index 100% rename from eris/LS_COLORS.sh rename to eris/eris/LS_COLORS.sh diff --git a/eris/__init__.py b/eris/eris/__init__.py similarity index 100% rename from eris/__init__.py rename to eris/eris/__init__.py diff --git a/eris/__main__.py b/eris/eris/__main__.py similarity index 100% rename from eris/__main__.py rename to eris/eris/__main__.py diff --git a/eris/paged_list.py b/eris/eris/paged_list.py similarity index 100% rename from eris/paged_list.py rename to eris/eris/paged_list.py diff --git a/eris/pydoc_color.py b/eris/eris/pydoc_color.py similarity index 100% rename from eris/pydoc_color.py rename to eris/eris/pydoc_color.py diff --git a/eris/tools.py b/eris/eris/tools.py similarity index 100% rename from eris/tools.py rename to eris/eris/tools.py diff --git a/eris/tools.toml b/eris/eris/tools.toml similarity index 100% rename from eris/tools.toml rename to eris/eris/tools.toml diff --git a/eris/webserver.py b/eris/eris/webserver.py similarity index 100% rename from eris/webserver.py rename to eris/eris/webserver.py diff --git a/eris/worker.py b/eris/eris/worker.py similarity index 100% rename from eris/worker.py rename to eris/eris/worker.py diff --git a/fill3/__init__.py b/eris/fill3/__init__.py similarity index 100% rename from fill3/__init__.py rename to eris/fill3/__init__.py diff --git a/fill3/terminal.py b/eris/fill3/terminal.py similarity index 100% rename from fill3/terminal.py rename to eris/fill3/terminal.py diff --git a/lscolors.py b/eris/lscolors.py similarity index 100% rename from lscolors.py rename to eris/lscolors.py diff --git a/requirements.txt b/eris/requirements.txt similarity index 100% rename from requirements.txt rename to eris/requirements.txt diff --git a/setup.py b/eris/setup.py similarity index 100% rename from setup.py rename to eris/setup.py diff --git a/sorted_collection.py b/eris/sorted_collection.py similarity index 100% rename from sorted_collection.py rename to eris/sorted_collection.py diff --git a/termstr/ColorMap.py b/eris/termstr/ColorMap.py similarity index 100% rename from termstr/ColorMap.py rename to eris/termstr/ColorMap.py diff --git a/termstr/__init__.py b/eris/termstr/__init__.py similarity index 100% rename from termstr/__init__.py rename to eris/termstr/__init__.py diff --git a/install b/install index 993d8b2..66e9032 100755 --- a/install +++ b/install @@ -4,5 +4,5 @@ set -e -python3.9 -m pip install -r requirements.txt . +python3.9 -m pip install -r ./eris/requirements.txt ./eris ./install-tools