Skip to content

fix[ci]: fix README encoding in setup.py#4348

Merged
charles-cooper merged 1 commit intovyperlang:masterfrom
charles-cooper:ci/test-windows-build
Nov 5, 2024
Merged

fix[ci]: fix README encoding in setup.py#4348
charles-cooper merged 1 commit intovyperlang:masterfrom
charles-cooper:ci/test-windows-build

Conversation

@charles-cooper
Copy link
Copy Markdown
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 requested a review from harkal November 5, 2024 14:00
@charles-cooper charles-cooper enabled auto-merge (squash) November 5, 2024 14:13
@charles-cooper
Copy link
Copy Markdown
Member Author

potentially related: #4297

@charles-cooper charles-cooper merged commit 53f623b into vyperlang:master Nov 5, 2024
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