adds missing info

This commit is contained in:
Mayank Mittal 2023-11-09 12:49:41 +01:00
parent 112dd68f16
commit 3c5190162c
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ setup(
name="rsl_rl",
version="2.0.1",
packages=find_packages(),
author="ETH Zurich, NVIDIA CORPORATION",
maintainer="Nikita Rudin, David Hoeller",
maintainer_email="rudinn@ethz.ch",
url="https://github.com/leggedrobotics/rsl_rl",
license="BSD-3",
description="Fast and simple RL algorithms implemented in pytorch",
python_requires=">=3.6",