Update setup.py

This commit is contained in:
ottofabian 2022-07-14 08:25:25 +02:00 committed by GitHub
parent 2e6094982e
commit 96dfb7fc5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,9 @@ setup(
"envs/mujoco/*/assets/*.xml",
]
},
python_requires=">=3.6",
python_requires=">=3.7",
url='https://github.com/ALRhub/fancy_gym/',
# license='AGPL-3.0 license',
author_email='',
description='Simple Gym: Aggregating interface for various RL environments with support for Black Box approaches.'
description='Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches.'
)