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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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!