-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Encourage projects to use flit_core as build system instead of flit #698
Comments
This was referenced Oct 28, 2024
This was referenced Oct 29, 2024
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
I am pushing people to switch their build system from
flit
toflit_core
, the part of Flit which is responsible for building packages. This will build the exact same packages, but installs fewer dependencies in the build environment, so making packages from source should be faster.A couple of people quite reasonably wanted to ensure this wasn't a supply chain attack to get people to adopt a malicious package. @madsmtm suggested I create this issue & link to it to reassure people.
Resources:
flit_core
: https://flit.pypa.io/en/stable/pyproject_toml.html#build-system-sectionflit_core
was introduced: https://flit.pypa.io/en/stable/history.html#version-2-0flit.buildapi
to pass through toflit_core.buildapi
: https://github.com/pypa/flit/blob/main/flit/buildapi.pyflit_core
: https://pypi-browser.org/package/flit/flit-3.9.0-py3-none-any.whlThe text was updated successfully, but these errors were encountered: