Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use poetry-core as build-backend #75

Closed
FRidh opened this issue Nov 10, 2020 · 1 comment
Closed

Use poetry-core as build-backend #75

FRidh opened this issue Nov 10, 2020 · 1 comment
Labels
packaging Related to packaging and releasing the app

Comments

@FRidh
Copy link

FRidh commented Nov 10, 2020

The build backend of poetry was split into a separate package called poetry-core.

Please update your pyproject.toml to use

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

For more info, see https://github.com/python-poetry/poetry-core#poetry-core.

@pawamoy pawamoy added packaging Related to packaging and releasing the app and removed unconfirmed labels Nov 10, 2020
@pawamoy
Copy link
Owner

pawamoy commented Nov 11, 2020

Thanks, this will be fixed in version 0.10.0. I'm working to release it as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packaging Related to packaging and releasing the app
Projects
None yet
Development

No branches or pull requests

2 participants