Update setup.py

This commit is contained in:
Jordan Terry
2022-09-08 09:30:38 -04:00
committed by GitHub
parent a62b738c78
commit 2e92c98b99

View File

@@ -48,8 +48,8 @@ with open("README.md") as fh:
break
setup(
author="Gym Community",
author_email="jkterry@umd.edu",
author="Farama Foundation",
author_email="jkterry@farama.org",
classifiers=[
# Python 3.6 is minimally supported (only with basic gymnasium environments and API)
"Programming Language :: Python :: 3",
@@ -59,7 +59,7 @@ setup(
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
],
description="Gym: A universal API for reinforcement learning environments",
description="A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)",
extras_require=extras,
install_requires=[
"numpy >= 1.18.0",