Skip to content

Migrate to pyproject.toml and bump version to 2026.1.1#17

Merged
laltomar merged 1 commit intodevelopfrom
CMP-3571_upgrade_onefuse_module
Mar 23, 2026
Merged

Migrate to pyproject.toml and bump version to 2026.1.1#17
laltomar merged 1 commit intodevelopfrom
CMP-3571_upgrade_onefuse_module

Conversation

@laltomar
Copy link
Copy Markdown
Contributor

Replace legacy setup.py with a PEP 621-compliant pyproject.toml to support Python 3.12+ build environments where setuptools is no longer automatically available.

  • Add pyproject.toml with setuptools.build_meta backend and full project metadata
  • Remove setup.py
  • Bump version in init.py to 2026.1.1 to match pyproject.toml
  • Add Python 3.10, 3.11, and 3.12 classifiers

Replace legacy setup.py with a PEP 621-compliant pyproject.toml to
support Python 3.12+ build environments where setuptools is no longer
automatically available.

- Add pyproject.toml with setuptools.build_meta backend and full
  project metadata
- Remove setup.py
- Bump __version__ in __init__.py to 2026.1.1 to match pyproject.toml
- Add Python 3.10, 3.11, and 3.12 classifiers
@laltomar laltomar marked this pull request as ready for review March 23, 2026 20:56
@laltomar laltomar merged commit 6a53d2c into develop Mar 23, 2026
2 checks 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.

2 participants