adds missing info
This commit is contained in:
parent
112dd68f16
commit
3c5190162c
4
setup.py
4
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",
|
||||
|
|
Loading…
Reference in New Issue