From 62d0882e8207a20c5ae54529a53b2121f964685f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 29 Jun 2022 02:25:21 +0200 Subject: [PATCH] Support editable installs (#12838) * Support editable installs * Update setup.cfg --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000000..e14c0e7b08 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml' (PEP 660). +# Keep this file until it does!