Update setup.py

This commit is contained in:
ottofabian
2022-07-14 08:25:25 +02:00
committed by GitHub
parent 2e6094982e
commit 96dfb7fc5f
+2 -2
View File
@@ -37,9 +37,9 @@ setup(
"envs/mujoco/*/assets/*.xml", "envs/mujoco/*/assets/*.xml",
] ]
}, },
python_requires=">=3.6", python_requires=">=3.7",
url='https://github.com/ALRhub/fancy_gym/', url='https://github.com/ALRhub/fancy_gym/',
# license='AGPL-3.0 license', # license='AGPL-3.0 license',
author_email='', 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.'
) )