housekeep: remove fix for poetry installer

The problems with the "modern installer" got fixed.
We don't need this workaround anymore.

https://github.com/python-poetry/poetry/issues/7572
Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-04-30 21:10:42 +02:00
parent b3fcfb7679
commit 8c5b85db5c
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296

View file

@ -1,5 +0,0 @@
# disable the modern installer until python-installer is fixed
# https://github.com/python-poetry/poetry/issues/7572
[installer]
modern-installation = false