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

Add flit to list of valid build backends #2187

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add flit to list of valid build backends
It's confusing that `flit-core` is valid, but `flit` is not.
  • Loading branch information
maresb authored Dec 14, 2024
commit d08fc824672370de9905c7a73eee72465fcb1c20
1 change: 1 addition & 0 deletions conda_smithy/linter/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@

VALID_PYTHON_BUILD_BACKENDS = [
"setuptools",
"flit",
"flit-core",
"hatchling",
"poetry",
Expand Down
Loading