We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 87172e2 + a97cd50 commit 8c6840eCopy full SHA for 8c6840e
dowsing/pep517.py
@@ -11,6 +11,7 @@
11
KNOWN_BACKENDS: Dict[str, str] = {
12
"setuptools.build_meta:__legacy__": "dowsing.setuptools:SetuptoolsReader",
13
"setuptools.build_meta": "dowsing.setuptools:SetuptoolsReader",
14
+ "jupyter_packaging.build_api": "dowsing.setuptools:SetuptoolsReader",
15
"flit_core.buildapi": "dowsing.flit:FlitReader",
16
"flit.buildapi": "dowsing.flit:FlitReader",
17
"maturin": "dowsing.maturin:MaturinReader",
0 commit comments