Calysto / metakernel

Jupyter/IPython Kernel Tools
BSD 3-Clause "New" or "Revised" License
344 stars 84 forks source link

Switch to hatch backend #254

Closed blink1073 closed 2 years ago

blink1073 commented 2 years ago

Fixes #253

blink1073 commented 2 years ago

Blocked by https://github.com/gristlabs/asttokens/issues/85

ellert commented 2 years ago

metakernel_echo and metakernel_python still use flit:

https://github.com/Calysto/metakernel/blob/1c8ff5b90038f6697b151183f312b6ef4fcbf548/metakernel_echo/pyproject.toml#L1-L3

https://github.com/Calysto/metakernel/blob/1c8ff5b90038f6697b151183f312b6ef4fcbf548/metakernel_python/pyproject.toml#L1-L3

blink1073 commented 2 years ago

metakernel_echo and metakernel_python still use flit

Fixed in https://github.com/Calysto/metakernel/pull/256