Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 26, 2023
1 parent 599374c commit 8d310cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
runs-on: windows-2022
timeout-minutes: 120
steps:
- uses: msys2/setup-msys2@v2
- name: MSYS
uses: msys2/setup-msys2@v2
with:
msystem: mingw64
update: true
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email="[email protected]",
url="https://github.com/TLCFEM/vpmr",
description="The VPMR Algorithm",
long_description=(Path(__file__).parent / "README.md").read_text().replace(
long_description=(Path(__file__).parent / "README.md").read_text(encoding='utf8').replace(
"resource/", "https://raw.githubusercontent.com/TLCFEM/vpmr/master/resource/"),
long_description_content_type='text/markdown',
install_requires=["numpy", "matplotlib"],
Expand Down

0 comments on commit 8d310cc

Please sign in to comment.