jupyter-packaging icon indicating copy to clipboard operation
jupyter-packaging copied to clipboard

Support PEP660 - editable installation

Open fcollonval opened this issue 3 years ago • 2 comments

As PEP660 has been accepted for editable installation, it will be nice to add it to jupyter-packaging (and to figure out how we could do editable installation for JLab frontend extension).

Ref: https://www.python.org/dev/peps/pep-0660/

fcollonval avatar Aug 23 '21 06:08 fcollonval

Once https://github.com/pypa/setuptools/pull/2872 is merged and released we can extend the new build functions in the same way we currently do with the other functions in setuptools.build_meta.

blink1073 avatar Nov 20 '21 19:11 blink1073

https://github.com/pypa/setuptools/pull/2872 was closed, and https://github.com/pypa/setuptools/pull/3082 was opened in its stead, but it may be a while before support lands in setuptools.

blink1073 avatar Mar 27 '22 20:03 blink1073