python-packaging
Create distributable Python packages with pyproject.toml, setup.py, and PyPI publishing. WHEN: Packaging Python libraries, creating pyproject.toml/setup.py, building CLI tools with entry points, publishing to PyPI, configuring package metadata. WHEN NOT: Managing dependencies (use python-uv-package-manager), writing application code, creating virtual environments.
Installation and usage
Create distributable Python packages with pyproject.toml, setup.py, and PyPI publishing. WHEN: Packaging Python libraries, creating pyproject.toml/setup.py, building CLI tools with entry points, publishing to PyPI, configuring package metadata. WHEN NOT: Managing dependencies (use python-uv-package-manager), writing application code, creating virtual environments.
インストール後、ターミナルで以下のコマンドを実行してこのスキルを使用できます:
skills use python-packaging