Skip to content

Commit cd0beeb

Browse files
committed
Adds setup.cfg for local installation
1 parent 3c92263 commit cd0beeb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "rsl-rl-lib"
7-
version = "2.1.1"
7+
version = "2.1.2"
88
keywords = ["reinforcement-learning", "isaac", "leggedrobotics", "rl-pytorch"]
99
maintainers = [
1010
{ name="Clemens Schwarke", email="[email protected]" },

rsl_rl/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,3 @@
44
# SPDX-License-Identifier: BSD-3-Clause
55

66
"""Main module for the rsl_rl package."""
7-
8-
__version__ = "2.1.1"
9-
__license__ = "BSD-3"

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[metadata]
2+
name = rsl-rl-lib
3+
version = 2.1.2

0 commit comments

Comments
 (0)