diff --git a/httpz/__init__.py b/httpz-scan/__init__.py similarity index 100% rename from httpz/__init__.py rename to httpz-scan/__init__.py diff --git a/httpz/__main__.py b/httpz-scan/__main__.py similarity index 100% rename from httpz/__main__.py rename to httpz-scan/__main__.py diff --git a/httpz/cli.py b/httpz-scan/cli.py similarity index 100% rename from httpz/cli.py rename to httpz-scan/cli.py diff --git a/httpz/colors.py b/httpz-scan/colors.py similarity index 100% rename from httpz/colors.py rename to httpz-scan/colors.py diff --git a/httpz/dns.py b/httpz-scan/dns.py similarity index 100% rename from httpz/dns.py rename to httpz-scan/dns.py diff --git a/httpz/formatters.py b/httpz-scan/formatters.py similarity index 100% rename from httpz/formatters.py rename to httpz-scan/formatters.py diff --git a/httpz/parsers.py b/httpz-scan/parsers.py similarity index 100% rename from httpz/parsers.py rename to httpz-scan/parsers.py diff --git a/httpz/scanner.py b/httpz-scan/scanner.py similarity index 100% rename from httpz/scanner.py rename to httpz-scan/scanner.py diff --git a/httpz/utils.py b/httpz-scan/utils.py similarity index 100% rename from httpz/utils.py rename to httpz-scan/utils.py