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[ci]: fix README encoding in setup.py #4348

Merged

Conversation

charles-cooper
Copy link
Member

@charles-cooper charles-cooper commented Nov 5, 2024

What I did

testing CI

How I did it

fixes a blocker in #4342

How to verify it

Commit message

the call to `setup()` would fail on windows when there are unicode
characters in `README.md`, because files are apparently opened with
encoding `cp1252` by default on windows. this commit ensures the file
is opened with `utf-8` encoding.

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

@charles-cooper charles-cooper changed the title [NOMERGE] test windows build fix[ci]: fix README encoding in setup.py Nov 5, 2024
@charles-cooper charles-cooper marked this pull request as ready for review November 5, 2024 13:59
@charles-cooper charles-cooper enabled auto-merge (squash) November 5, 2024 14:13
@charles-cooper
Copy link
Member Author

potentially related: #4297

@charles-cooper charles-cooper merged commit 53f623b into vyperlang:master Nov 5, 2024
157 of 158 checks passed
sandbubbles pushed a commit to sandbubbles/vyper that referenced this pull request Nov 7, 2024
the call to `setup()` would fail on windows when there are unicode
characters in `README.md`, because files are apparently opened with
encoding `cp1252` by default on windows. this commit ensures the file
is opened with `utf-8` encoding.
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.

3 participants