Skip to content

Commit a2d275b

Browse files
committed
Fix README
1 parent 4b9cca9 commit a2d275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
("share/jupyter/labextensions/%s" % labext_name, str("."), "install.json"),
3131
]
3232

33-
long_description = (HERE / "README.md").read_text()
33+
long_description = (HERE / "README.md").read_text(encoding="utf8")
3434

3535
version = (
3636
pkg_json["version"]

0 commit comments

Comments
 (0)