Skip to content

Commit

Permalink
Merge pull request #158 from TendTo/patch-1
Browse files Browse the repository at this point in the history
fix: correct open encoding
  • Loading branch information
ChrisRackauckas authored Jan 23, 2025
2 parents 5c41b44 + 5572370 commit 4889eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup

def readme():
with open('README.md', encoding="utf8") as f:
with open('README.md', encoding="utf-8") as f:
return f.read()

setup(name='diffeqpy',
Expand Down

0 comments on commit 4889eb2

Please sign in to comment.