Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build system to flit_core #193

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

takluyver
Copy link

Hi, I'm opening this pull request as part of a push to modernise how packages use Flit as a Python build backend.

Using flit_core as the backend in place of flit is recommended in the docs, and will make it faster for tools like pip & build to build your package from source, as it has fewer dependencies to install. See Flit issue #698 for additional info about this.

Most users probably install your package from a pre-built 'wheel' on PyPI, so this changes won't affect them at all. But people who install from a git checkout, for instance, will benefit.

@vsasyan-ignf vsasyan-ignf changed the base branch from prod to flit_core November 5, 2024 16:23
@vsasyan-ignf
Copy link
Contributor

Hi, thank you for the information.
We will merge it in a temporary branch first to update the CHANGELOG and publish it on the next version.

@vsasyan-ignf vsasyan-ignf merged commit ae7475e into Geoplateforme:flit_core Nov 5, 2024
1 check passed
@takluyver takluyver deleted the patch-1 branch November 5, 2024 17:23
@takluyver
Copy link
Author

Thanks!

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