diff --git a/lexipython.py b/lexipython/__main__.py old mode 100755 new mode 100644 similarity index 100% rename from lexipython.py rename to lexipython/__main__.py diff --git a/src/article.py b/lexipython/article.py similarity index 100% rename from src/article.py rename to lexipython/article.py diff --git a/src/build.py b/lexipython/build.py similarity index 100% rename from src/build.py rename to lexipython/build.py diff --git a/src/resources/contents.html b/lexipython/resources/contents.html similarity index 100% rename from src/resources/contents.html rename to lexipython/resources/contents.html diff --git a/src/resources/editor.html b/lexipython/resources/editor.html similarity index 100% rename from src/resources/editor.html rename to lexipython/resources/editor.html diff --git a/src/resources/entry-page.html b/lexipython/resources/entry-page.html similarity index 100% rename from src/resources/entry-page.html rename to lexipython/resources/entry-page.html diff --git a/src/resources/example-page.txt b/lexipython/resources/example-page.txt similarity index 100% rename from src/resources/example-page.txt rename to lexipython/resources/example-page.txt diff --git a/src/resources/formatting.html b/lexipython/resources/formatting.html similarity index 100% rename from src/resources/formatting.html rename to lexipython/resources/formatting.html diff --git a/src/resources/lexicon.cfg b/lexipython/resources/lexicon.cfg similarity index 100% rename from src/resources/lexicon.cfg rename to lexipython/resources/lexicon.cfg diff --git a/src/resources/lexicon.css b/lexipython/resources/lexicon.css similarity index 100% rename from src/resources/lexicon.css rename to lexipython/resources/lexicon.css diff --git a/src/resources/page-skeleton.html b/lexipython/resources/page-skeleton.html similarity index 100% rename from src/resources/page-skeleton.html rename to lexipython/resources/page-skeleton.html diff --git a/src/resources/redirect.html b/lexipython/resources/redirect.html similarity index 100% rename from src/resources/redirect.html rename to lexipython/resources/redirect.html diff --git a/src/resources/rules.html b/lexipython/resources/rules.html similarity index 100% rename from src/resources/rules.html rename to lexipython/resources/rules.html diff --git a/src/utils.py b/lexipython/utils.py similarity index 100% rename from src/utils.py rename to lexipython/utils.py