From a8da0eedd32ac8198f06d4e32622d0f8b40b4a41 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 31 May 2022 23:04:47 +0200 Subject: [PATCH] Add comment for editable installs (#72782) --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index dbf815a56e9..b1a2172f8f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ +# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml' (PEP 660). +# Keep this file until it does! + [metadata] url = https://www.home-assistant.io/