1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Support editable installs (#12838)

* Support editable installs

* Update setup.cfg
This commit is contained in:
Marc Mueller
2022-06-29 02:25:21 +02:00
committed by GitHub
parent 86a574dbbd
commit 62d0882e82

2
setup.cfg Normal file
View File

@@ -0,0 +1,2 @@
# Setuptools v62.3 doesn't support editable installs with just 'pyproject.toml' (PEP 660).
# Keep this file until it does!