We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c41b44 + 5572370 commit 4889eb2Copy full SHA for 4889eb2
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
def readme():
4
- with open('README.md', encoding="utf8") as f:
+ with open('README.md', encoding="utf-8") as f:
5
return f.read()
6
7
setup(name='diffeqpy',
0 commit comments