关于
This skill provides a specialized workflow for restructuring Python repositories so that the entire package—including pyproject.toml and README.md—resides within the package directory itself. By utilizing the Hatchling build backend and specific force-include configurations, it overcomes the limitations of standard src layouts, enabling packages to remain functional even if the parent repository name changes. This is particularly useful for developers managing monorepos or creating highly portable modules that require their own independent build metadata and dependency definitions.