Skip to content

Commit

Permalink
Fixes reference to licenses in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayankm96 committed Feb 7, 2025
1 parent ddcb025 commit 8682834
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rsl-rl-lib"
version = "2.1.1"
keywords = ["reinforcement-learning", "isaac", "leggedrobotics", "rl-pytorch"]
maintainers = [
{ name="Clemens Schwarke", email="[email protected]" },
{ name="Mayank Mittal", email="[email protected]" },
Expand All @@ -16,13 +17,15 @@ authors = [
{ name="David Hoeller", email="[email protected]" },
]
description = "Fast and simple RL algorithms implemented in PyTorch"
readme = "README.md"
readme = { file = "README.md", content-type = "text/markdown"}
license = "BSD-3-Clause"
license-files = ["LICEN[CS]E*", "licenses/*.txt", "CONTRIBUTORS.md"]

requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = { file = "LICENSE" }
dependencies = [
"torch>=1.10.0",
"torchvision>=0.5.0",
Expand Down

0 comments on commit 8682834

Please sign in to comment.