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

pyproject.toml seemingly incorrect #9

Open
dogmachine opened this issue May 1, 2023 · 2 comments
Open

pyproject.toml seemingly incorrect #9

dogmachine opened this issue May 1, 2023 · 2 comments

Comments

@dogmachine
Copy link
Contributor

I'm unable to build this unless I change

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

to

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

as mentioned here

@Rafiot
Copy link
Member

Rafiot commented May 1, 2023

you're right. Can you make it a PR?

@dogmachine
Copy link
Contributor Author

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants