Skip to content

Derive package version from git tags#24

Merged
osori merged 1 commit intomasterfrom
codex/verify-package-release-on-github
Jun 28, 2025
Merged

Derive package version from git tags#24
osori merged 1 commit intomasterfrom
codex/verify-package-release-on-github

Conversation

@osori
Copy link
Owner

@osori osori commented Jun 28, 2025

Summary

  • use setuptools_scm with a minimal pyproject for SCM-based versions
  • configure setuptools_scm in setup.cfg
  • update setup.py to rely on SCM version
  • document the versioning change in README

Testing

  • pip install -e .[dev] (fails: extra 'dev' not provided but package built successfully)
  • flake8 . (fails with many style errors)
  • pytest -q

https://chatgpt.com/codex/tasks/task_e_685fafdb27548333ad34439c59062a36

@osori osori merged commit 763da9c into master Jun 28, 2025
1 check passed
@osori osori deleted the codex/verify-package-release-on-github branch June 28, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant