docs: explicitly include commands and skills in MANIFEST.in

Added explicit entries for commands and skills directories to make it
clear these are included in the source distribution.

While these were already covered by the recursive-include for
src/superclaude/*.md, explicit entries improve maintainability
and documentation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
mithun50 2025-11-13 15:05:53 +01:00
parent c6e72825b4
commit 2847f75518

View File

@ -8,6 +8,8 @@ include pyproject.toml
recursive-include docs *.md
recursive-include tests *.py
recursive-include src/superclaude *.py *.md *.ts *.json
recursive-include src/superclaude/commands *.md
recursive-include src/superclaude/skills *.md *.json
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store