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 fix pip #15

Merged
merged 6 commits into from
Jul 3, 2024
Merged

Pyproject fix pip #15

merged 6 commits into from
Jul 3, 2024

Conversation

bourdeet
Copy link
Contributor

There were a couple of dev-dependencies lines in pyproject.toml which included a superfluous ] character, which led to the pyproject.toml being misparsed during installation.

With this fix, the project works again for pip, and still works for poetry.

@bourdeet bourdeet requested a review from saattrupdan June 21, 2024 09:10
Copy link
Collaborator

@saattrupdan saattrupdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR!

I've fixed a small error relating to blank spaces in pyproject.toml, but otherwise looks great 😊

{{cookiecutter.project_name}}/pyproject.toml Outdated Show resolved Hide resolved
{{cookiecutter.project_name}}/pyproject.toml Outdated Show resolved Hide resolved
@saattrupdan
Copy link
Collaborator

@bourdeet Ready for another review?

@saattrupdan saattrupdan self-requested a review July 3, 2024 10:52
Copy link
Collaborator

@saattrupdan saattrupdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@saattrupdan saattrupdan merged commit 9d27f8a into main Jul 3, 2024
2 checks passed
@saattrupdan saattrupdan deleted the pyproject_fix_pip branch July 3, 2024 10:52
@saattrupdan saattrupdan restored the pyproject_fix_pip branch July 3, 2024 10:52
@saattrupdan saattrupdan deleted the pyproject_fix_pip branch July 3, 2024 10:52
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

Successfully merging this pull request may close these issues.

2 participants