diff --git a/installer.py b/installer/__init__.py similarity index 98% rename from installer.py rename to installer/__init__.py index b391d7c..97d946e 100644 --- a/installer.py +++ b/installer/__init__.py @@ -105,7 +105,8 @@ class Installer: """ directory containing our preferences repo """ - return pathlib.Path(os.path.dirname(os.path.realpath(__file__))) + here = pathlib.Path(os.path.realpath(__file__)) + return here.parent.parent @classmethod @cached_property