Skip to content

Commit

Permalink
chore: fix setup.py for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sash-a committed Oct 25, 2024
1 parent fd511b4 commit 964bdbe
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
Expand Up @@ -43,7 +43,7 @@ def _get_version() -> str:
description="A diverse suite of scalable reinforcement learning environments in JAX",
license="Apache 2.0",
url="https://github.com/instadeepai/jumanji/",
long_description=open("README.md").read(),
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
keywords="reinforcement-learning python jax",
packages=setuptools.find_packages(),
Expand Down

0 comments on commit 964bdbe

Please sign in to comment.