fix: Update setuptools configuration to include adaptors module (#227)
Fixes #226 Changed from manual package listing to automatic discovery: - Replaced explicit packages list with [tool.setuptools.packages.find] - Set package-dir = {"" = "src"} for src layout - Added include = ["skill_seekers*"] to catch all submodules - Set namespaces = false for proper package structure This ensures the adaptors/ directory and all other submodules are properly included when building the PyPI package. The manual packages list was missing newly added modules and didn't auto-discover the src/skill_seekers/cli/adaptors directory.
This commit is contained in: