소개
This skill provides comprehensive guidance and templates for setting up Python projects using modern distribution standards. It helps developers choose between UV and setuptools, manage complex dependencies, define CLI entry points, and structure projects using the industry-recommended 'src' layout. By automating the creation of PEP 621 compliant pyproject.toml files and legacy setup.py scripts, it ensures your packages are correctly formatted for publication on PyPI with appropriate metadata, versioning, and environment constraints.