License.txt -> License (#59)

This commit is contained in:
Jet
2022-10-15 16:11:40 +01:00
committed by GitHub
parent 274b17de9d
commit 60b7058a68
3 changed files with 23 additions and 217 deletions

View File

@@ -66,7 +66,7 @@ setup(
description="A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym)",
url="https://gymnasium.farama.org/",
license="MIT",
license_files=("LICENSE.txt",),
license_files=("LICENSE",),
long_description=long_description,
long_description_content_type="text/markdown",
keywords=["Reinforcement Learning", "game", "RL", "AI", "gymnasium"],