From f2f494dfd9b597d7c0b6c70843cc19c10493f9c1 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 31 May 2022 20:59:58 +0200 Subject: [PATCH 1/2] Support editable installs --- 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 000000000000..cbe199097756 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml'. +# Keep this file until it does! From 46fa9d2ea668e4a04a69e51d8d7fcf0f43bb95e5 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 31 May 2022 21:14:59 +0200 Subject: [PATCH 2/2] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cbe199097756..e14c0e7b0860 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,2 @@ -# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml'. +# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml' (PEP 660). # Keep this file until it does!