setup-to-pyproject

Migrate Python projects from setup.py/setup.cfg to pyproject.toml for use with uv. Use when upgrading legacy Python packaging, converting setup.py to modern pyproject.toml format, setting up dependency groups for development/testing, and ensuring `uv run pytest` works correctly.

$ Installieren

git clone https://github.com/simonw/skills /tmp/skills && cp -r /tmp/skills/setup-to-pyproject ~/.claude/skills/skills

// tip: Run this command in your terminal to install the skill