mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
feat: include src and plugins folders in wheel package
- Use force-include to add src/ as superclaude/_src/ - Use force-include to add plugins/ as superclaude/_plugins/ - Total package now has 343 files: - Core superclaude/: 85 files - _src/: 148 files (full source structure) - _plugins/: 110 files (plugin resources) - No share/ folder needed - everything in package - Maintains backward compatibility 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
074b99480d
commit
323137a9df
@ -68,9 +68,14 @@ superclaude = "superclaude.pytest_plugin"
|
|||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/superclaude"]
|
packages = ["src/superclaude"]
|
||||||
|
include = [
|
||||||
|
"src/**",
|
||||||
|
"plugins/**",
|
||||||
|
]
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel.shared-data]
|
[tool.hatch.build.targets.wheel.force-include]
|
||||||
"plugins" = "share/superclaude/plugins"
|
"src" = "superclaude/_src"
|
||||||
|
"plugins" = "superclaude/_plugins"
|
||||||
|
|
||||||
[tool.hatch.build.targets.sdist]
|
[tool.hatch.build.targets.sdist]
|
||||||
include = [
|
include = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user