Skip to content

Commit

Permalink
Merge branch 'main' into feat/lbf-truncate
Browse files Browse the repository at this point in the history
  • Loading branch information
sash-a authored Oct 28, 2024
2 parents bf91646 + a841ac4 commit a828313
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 a828313

Please sign in to comment.