Skip to content

Commit 34ef2b0

Browse files
farhanclaude
andcommitted
chore: modernize to uv + pyproject.toml (PEP 621/735) + semantic-release
- Replace setup.py/setup.cfg with pyproject.toml (PEP 621 static metadata + setuptools-scm dynamic versioning) - Move package into src/ layout (tutoraspects/ -> src/tutoraspects/) - Switch from pip-compile to uv with PEP 735 dependency groups; commit uv.lock - Add tox.ini with tox-uv; update CI to use astral-sh/setup-uv - Replace custom release.yaml + bump-version workflows with python-semantic-release + release.yml (OIDC trusted publishing) - Use importlib.metadata for __version__ in __about__.py Part of openedx/public-engineering#506 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a431941 commit 34ef2b0

332 files changed

Lines changed: 2152 additions & 1162 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/bump-version-manual.yaml

Lines changed: 0 additions & 169 deletions
This file was deleted.

.github/workflows/bump-version.yaml

Lines changed: 0 additions & 65 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)