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:
Anas Ur Rehman
2026-01-01 21:03:50 +05:00
committed by GitHub
parent 48370a1963
commit 4e47967c30

Diff Content Not Available