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 1d022f1 + bf65afc commit 34dabfdCopy full SHA for 34dabfd
setup.py
@@ -3,7 +3,7 @@
3
import pathlib
4
5
here = pathlib.Path(__file__).parent
6
-readme = (here/"README.md").read_text()
+readme = (here/"README.md").read_text(encoding="utf-8")
7
8
setup(
9
name='RFEM',
0 commit comments