Skip to content

Commit

Permalink
Add flit to list of valid build backends
Browse files Browse the repository at this point in the history
It's confusing that `flit-core` is valid, but `flit` is not.
  • Loading branch information
maresb authored Dec 14, 2024
1 parent 023c354 commit d08fc82
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit d08fc82

Please sign in to comment.