Skip to content

Commit

Permalink
Add flit to list of valid build backends (#2187)
Browse files Browse the repository at this point in the history
* Add flit to list of valid build backends

It's confusing that `flit-core` is valid, but `flit` is not.

* Add news entry for adding flit
  • Loading branch information
maresb authored Dec 15, 2024
1 parent 023c354 commit 013102d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions 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
23 changes: 23 additions & 0 deletions news/add-flit.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* Add `flit` (previously only `flit-core`) to the list of valid build backends (#2187)

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>

0 comments on commit 013102d

Please sign in to comment.