mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 06:07:08 +00:00
Update setup.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -41,7 +41,7 @@ setup(
|
|||||||
version=VERSION,
|
version=VERSION,
|
||||||
description="Gym: A universal API for reinforcement learning environments.",
|
description="Gym: A universal API for reinforcement learning environments.",
|
||||||
url="https://github.com/openai/gym",
|
url="https://github.com/openai/gym",
|
||||||
author="OpenAI",
|
author="Gym community",
|
||||||
author_email="jkterry@umd.edu",
|
author_email="jkterry@umd.edu",
|
||||||
license="",
|
license="",
|
||||||
packages=[package for package in find_packages() if package.startswith("gym")],
|
packages=[package for package in find_packages() if package.startswith("gym")],
|
||||||
|
Reference in New Issue
Block a user