Skip to content

Commit

Permalink
chore: fix setup.py for windows (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sash-a authored Oct 28, 2024
1 parent 17353bf commit a841ac4
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 a841ac4

Please sign in to comment.