From 3c5190162ca535a4cd4bbacc6fd82663967b54b1 Mon Sep 17 00:00:00 2001 From: Mayank Mittal Date: Thu, 9 Nov 2023 12:49:41 +0100 Subject: [PATCH] adds missing info --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index d9f07fb..8d1e5c7 100644 --- a/setup.py +++ b/setup.py @@ -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",