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 invalid email character in pyproject.toml #824

Closed
wants to merge 1 commit into from

Conversation

eigendude
Copy link

Description

When updating my Pendulum recipe for my OpenEmbedded-based system, an invalid character in the email address caused setuptools to throw an error. The character can simply be removed.

How has this been tested?

Before:

The following error occurs during build time when installing Pendulum with setuptools:

| ValueError: Invalid addr_spec; only 'sebastien@eustace.io' could be parsed from 'sebastien@eustace.io>'

After:

import pendulum succeeds in the installed system.

Pull Request Check List

  • Added tests for changed code.
  • Updated documentation for changed code.

Causes the following error when installing Pendulum with setuptools:

  | ValueError: Invalid addr_spec; only 'sebastien@eustace.io' could be parsed from 'sebastien@eustace.io>'
@eigendude
Copy link
Author

Sorry, duplicate of #813.

@eigendude eigendude closed this May 20, 2024
@eigendude eigendude deleted the fix-email branch May 20, 2024 20:12
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.

1 participant