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
Add missing Hatch metadata configuration for direct references (#248)
* Add missing Hatch metadata configuration for direct references
- Add `[tool.hatch.metadata] allow-direct-references = true` to both hatch example projects
- Update documentation in main README and example READMEs to include the required configuration
- This is necessary for Hatchling to handle VCS URLs, local paths, and other direct reference formats supported by UniDep
* Add explanatory comments to Hatch configuration sections in README
- Add comment explaining allow-direct-references purpose
- Add comment explaining the UniDep metadata hook registration
0 commit comments