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

fix: Fix author string in pyproject.toml #83

Merged
merged 1 commit into from
Nov 24, 2023

Conversation

jonesmabea
Copy link
Contributor

This is a fairly trivial fix for the pyproject file.
While installing the project for local development I encountered the below error that I narrowed down to a missing closing > character.

Installing the current project: monkey-patch.py (0.0.5)
Invalid author string. Must be in the format: John Smith <john@example.com>

Fix Invalid author string error. Must be in the format: John Smith <john@example.com>
Copy link
Contributor

@JackHopkins JackHopkins left a comment

Choose a reason for hiding this comment

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

Great spot! Cheers.

@JackHopkins JackHopkins merged commit 785fbd8 into Tanuki:master Nov 24, 2023
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.

None yet

2 participants