Packaging Rules banner
siege-analytics siege-analytics

Packaging Rules

Development community

Description

--- description: Packaging standards from the PyPA Packaging Guide. Apply when modifying pyproject.toml, managing dependencies, or publishing Python packages. Not applicable to application code that only consumes packages. --- # PyPA Packaging Standards Apply these standards from the [PyPA Packaging Guide](https://packaging.python.org/) to package configuration and distribution. ## pyproject.toml as single source of truth - All package metadata belongs in `pyproject.toml`, not `setup.py` or

Installation

Installs to ~/.claude/skills/siege-analytics-claude-configs-public-_packaging-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/siege-analytics-claude-configs-public-_packaging-rules && curl -fsSL https://raw.githubusercontent.com/siege-analytics/claude-configs-public/HEAD/skills/_packaging-rules.md -o ~/.claude/skills/siege-analytics-claude-configs-public-_packaging-rules/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository