Skip to content

Conversation

@sunt05
Copy link
Contributor

@sunt05 sunt05 commented Jul 3, 2025

Summary

Removes redundant umep-reqs/setup.py and documents the version update process in README.

Context

Addresses @biglimp's question in #5 about where to update version numbers for new SuPy releases.

Changes

  • Remove umep-reqs/setup.py (redundant with pyproject.toml)
  • Add version management instructions to README
  • Document dependency update workflow

Related Issues

Test plan

  • Verify build works without setup.py
  • README instructions are clear
  • CI/CD passes

- Remove umep-reqs/setup.py as all configuration is now in pyproject.toml
- Add comprehensive version management instructions to README
- Document how to update SuPy and other dependencies
- Clarify that package versioning is handled by setuptools_scm via Git tags

Addresses question raised in #5 and documented in #8
@sunt05 sunt05 merged commit c0f5673 into main Jul 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation: How to update SuPy and other dependencies

2 participants