Background
trend-pulse is not yet on PyPI. Publishing to PyPI enables pip install trend-pulse and significantly increases discoverability and ease of installation.
Steps
- Ensure
pyproject.toml has correct metadata (name, version, description, URLs)
- Add classifiers (Development Status, License, Python versions)
- Build:
python -m build
- Upload to PyPI:
twine upload dist/*
- Create GitHub Release for v0.5.0 with installation instructions
- Verify:
pip install trend-pulse works from a clean venv
Acceptance Criteria
Background
trend-pulse is not yet on PyPI. Publishing to PyPI enables
pip install trend-pulseand significantly increases discoverability and ease of installation.Steps
pyproject.tomlhas correct metadata (name, version, description, URLs)python -m buildtwine upload dist/*pip install trend-pulseworks from a clean venvAcceptance Criteria
trend-pulsepip install trend-pulseworks