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

Change to standalone build backend (PEP-517) #638

Merged
merged 1 commit into from Nov 3, 2020

Conversation

paw-lu
Copy link
Contributor

@paw-lu paw-lu commented Oct 27, 2020

The [build-system] section of pyproject.toml can be changed as of Poetry >= 1.1.0 to be a standalone backend. This updates the section to the recommended build backend to poetry-core.

More details in Poetry's announcement and the poetry-core project.


Closes #635

@paw-lu
Copy link
Contributor Author

paw-lu commented Oct 27, 2020

Looks like you already knew this! 😅
Closes #635

@paw-lu
Copy link
Contributor Author

paw-lu commented Oct 28, 2020

Tests / Python 3.9 (windows-latest) is failing due to a pre-commit issue with prettier. Fix in #639.

@cjolowicz cjolowicz added the bug Something isn't working label Oct 31, 2020
@cjolowicz cjolowicz added this to the 2020.11.15 milestone Oct 31, 2020
@cjolowicz cjolowicz merged commit 79af071 into cjolowicz:master Nov 3, 2020
@cjolowicz cjolowicz mentioned this pull request Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade the build-system section in pyproject.toml
2 participants