python-packaging
SKILL.md
Python Packaging
Configure Python package metadata and build configuration for distribution.
Quick Start
Create pyproject.toml with UV or setuptools configuration for package distribution.
Instructions
Choosing Build System
Use UV with pyproject.toml (recommended) when:
- Starting new projects
- Want fast, modern tooling
- Need dependency management + packaging
- Building libraries for PyPI
- Want PEP 621 compliance