SuperClaude/MANIFEST.in
Mithun Gowda B c0a4dcba6c
Update MANIFEST.in
Signed-off-by: Mithun Gowda B <mithungowda.b7411@gmail.com>
2025-10-14 08:56:00 +05:30

19 lines
438 B
Plaintext

include VERSION
include README.md
include LICENSE
include CHANGELOG.md
include CONTRIBUTING.md
include ROADMAP.md
include SECURITY.md
include ARCHITECTURE_OVERVIEW.md
include pyproject.toml
recursive-include superclaude *
recursive-include Templates *
recursive-include Docs *.md
recursive-include Setup *
recursive-include profiles *
recursive-include config *
global-exclude __pycache__
global-exclude *.py[co]
global-exclude .DS_Store