diff --git a/pyproject.toml b/pyproject.toml index 0224d2b..139b7eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,8 +28,5 @@ requires-python = '>=3.10' [project.urls] -[tool.hatch.build.targets.wheel] -packages = ['src'] - [tool.hatch.version] -path = 'src/__init__.py' +path = 'rwx/__init__.py' diff --git a/src/__init__.py b/rwx/__init__.py similarity index 100% rename from src/__init__.py rename to rwx/__init__.py diff --git a/src/__main__.py b/rwx/__main__.py similarity index 100% rename from src/__main__.py rename to rwx/__main__.py diff --git a/src/arg/__init__.py b/rwx/arg/__init__.py similarity index 100% rename from src/arg/__init__.py rename to rwx/arg/__init__.py diff --git a/src/cmd/__init__.py b/rwx/cmd/__init__.py similarity index 100% rename from src/cmd/__init__.py rename to rwx/cmd/__init__.py diff --git a/src/cmd/squashfs/__init__.py b/rwx/cmd/squashfs/__init__.py similarity index 100% rename from src/cmd/squashfs/__init__.py rename to rwx/cmd/squashfs/__init__.py diff --git a/src/deb/__init__.py b/rwx/deb/__init__.py similarity index 100% rename from src/deb/__init__.py rename to rwx/deb/__init__.py diff --git a/src/fs/__init__.py b/rwx/fs/__init__.py similarity index 100% rename from src/fs/__init__.py rename to rwx/fs/__init__.py diff --git a/src/grub/__init__.py b/rwx/grub/__init__.py similarity index 100% rename from src/grub/__init__.py rename to rwx/grub/__init__.py diff --git a/src/log/__init__.py b/rwx/log/__init__.py similarity index 100% rename from src/log/__init__.py rename to rwx/log/__init__.py diff --git a/src/project/__init__.py b/rwx/project/__init__.py similarity index 100% rename from src/project/__init__.py rename to rwx/project/__init__.py diff --git a/src/ps/__init__.py b/rwx/ps/__init__.py similarity index 100% rename from src/ps/__init__.py rename to rwx/ps/__init__.py diff --git a/src/txt/__init__.py b/rwx/txt/__init__.py similarity index 100% rename from src/txt/__init__.py rename to rwx/txt/__init__.py