We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non viene rinominata la stringa "cleanpython" nella riga packages = [{include = "cleanpython", from = "src"}]
packages = [{include = "cleanpython", from = "src"}]
The text was updated successfully, but these errors were encountered:
justfile: rename cleanpython to lowercase project name
a749a1e
in pyproject.toml in addition fix the other renames in py files (they need to be lowercase) Fix #63
8f3507b
justfile: rename lowercase cleanpython in pyproject.toml
64efe3c
Add the suggestion about using the lowercase for the project name Fix #63
Successfully merging a pull request may close this issue.
Non viene rinominata la stringa "cleanpython" nella riga
packages = [{include = "cleanpython", from = "src"}]
The text was updated successfully, but these errors were encountered: