Skip to content

Migrate from setup.py to pyproject.toml with hatchling#68

Open
jonas-eschle wants to merge 1 commit intodevelopfrom
migrate-to-pyproject-toml
Open

Migrate from setup.py to pyproject.toml with hatchling#68
jonas-eschle wants to merge 1 commit intodevelopfrom
migrate-to-pyproject-toml

Conversation

@jonas-eschle
Copy link
Copy Markdown
Owner

Replace setup.py, MANIFEST.in, and requirements.txt with a modern pyproject.toml using hatchling as the build backend. Remove Python 2 compatibility code (future imports, version checks, try/except blocks) from source and tests. Bump version to 3.0.0.

Replace setup.py, MANIFEST.in, and requirements.txt with a modern
pyproject.toml using hatchling as the build backend. Remove Python 2
compatibility code (future imports, version checks, try/except blocks)
from source and tests. Bump version to 3.0.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

1 participant