mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 09:46:06 +00:00
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:
parent
c6e72825b4
commit
2847f75518
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user