build-systems: add hatchling to notebook-shim

This commit is contained in:
Tom Repetti 2022-10-30 15:13:42 -04:00
parent 0f08745e3b
commit 20e0631de4

View file

@ -9127,7 +9127,14 @@
],
"notebook-shim": [
"jupyter-packaging",
"setuptools"
{
"buildSystem": "setuptools",
"until": "0.2.0"
},
{
"buildSystem": "hatchling",
"from": "0.2.0"
}
],
"notedown": [
"setuptools"