8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
🐞 Problem
Similar situation as in #46. Duplicated instances of pyproject.toml for the build-system tools flit and poetry.
pyproject.toml
💡 Solution
Combine those into a single file.
The text was updated successfully, but these errors were encountered:
Important: PEP 621 – Storing project metadata in pyproject.toml
In essence, previous pep tries to unify the way metadata is specified in the pyproject.toml file independently from the build-system being used.
However, it looks like poetry has not yet implemented this, see the following issues:
Sorry, something went wrong.
No branches or pull requests
🐞 Problem
Similar situation as in #46. Duplicated instances of
pyproject.toml
for the build-system tools flit and poetry.💡 Solution
Combine those into a single file.
The text was updated successfully, but these errors were encountered: