You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include template files in package installation
codemcp/templates/ contains data files that aren't Python files per se, but they need to be installed properly so that they're available to be copied when we run codemcp init. Fix pyproject.toml so that we correctly include the data files. I think I want to recursively glob everything that isn't excluded by .gitignore, but if it's best practice to directly only package things that are Git versioned that would work too (not sure how you gonna do source tarballs that way though.)
```git-revs
3f886df (Base revision)
d77a938 Add Hatchling configuration to include template files in package build
0066218 Auto-commit format changes
HEAD Replace force-include with pattern-based include for template files
```
codemcp-id: 253-fix-include-template-files-in-package-installation
ghstack-source-id: 5ad7eed
Pull-Request-resolved: #242
0 commit comments