Skip to content

Comments

Flit-core backend for pure python builds#71

Merged
tammoippen merged 2 commits intomasterfrom
flit-backend
Feb 17, 2026
Merged

Flit-core backend for pure python builds#71
tammoippen merged 2 commits intomasterfrom
flit-backend

Conversation

@tammoippen
Copy link
Owner

@tammoippen tammoippen commented Feb 17, 2026

fixes #70

This pull request updates the packaging and build configuration for the plotille project, primarily switching the build backend from uv_build to flit_core and incrementing the project version. These changes help modernize the build process and prepare for future releases.

Packaging and build system updates:

  • Updated project version from 6.0.4 to 6.0.5 in pyproject.toml to reflect new changes.
  • Changed the build backend from uv_build to flit_core and updated the requires field to use flit_core instead of uv_build in pyproject.toml.

Other configuration changes:

  • Removed the License :: OSI Approved :: MIT License classifier from the classifiers list in pyproject.toml - requirement from flit-core.

@tammoippen tammoippen merged commit 37bd399 into master Feb 17, 2026
16 checks passed
@tammoippen tammoippen deleted the flit-backend branch February 17, 2026 14:29
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.

Restore build backend that does not pull in Rust dependency

1 participant