Skip to content

Commit

Permalink
fix(daff): add setuptools for daff
Browse files Browse the repository at this point in the history
[daff](https://github.com/paulfitz/daff) does not set a PEP518 build system dependencies. This PR adds it
  • Loading branch information
Atry authored and adisbladis committed Nov 8, 2024
1 parent a1925e0 commit ffa9c05
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions overrides/build-systems.json
Original file line number Diff line number Diff line change
Expand Up @@ -4543,6 +4543,9 @@
"daemonocle": [
"setuptools"
],
"daff": [
"setuptools"
],
"daiquiri": [
"setuptools",
"setuptools-scm"
Expand Down

0 comments on commit ffa9c05

Please sign in to comment.