You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poetry is compliant with PEP-517, by providing a lightweight core library, so if you use Poetry to manage your Python project you should reference it in the build-system section of the pyproject.toml file like so:
When using the new or init command this section will be automatically added.
If your pyproject.toml file still references poetry directly as a build backend, you should update it to reference poetry-core instead.
The text was updated successfully, but these errors were encountered:
Poetry is compliant with PEP-517, by providing a lightweight core library, so if you use Poetry to manage your Python project you should reference it in the build-system section of the pyproject.toml file like so:
When using the new or init command this section will be automatically added.
If your pyproject.toml file still references poetry directly as a build backend, you should update it to reference poetry-core instead.
The text was updated successfully, but these errors were encountered: