Update setup.py

This commit is contained in:
J K Terry
2021-10-25 16:13:38 -04:00
committed by GitHub
parent a9a175312a
commit a5c0608efb

View File

@@ -41,7 +41,7 @@ setup(
version=VERSION,
description="Gym: A universal API for reinforcement learning environments.",
url="https://github.com/openai/gym",
author="OpenAI",
author="Gym community",
author_email="jkterry@umd.edu",
license="",
packages=[package for package in find_packages() if package.startswith("gym")],