Skip to content

Commit 3c92263

Browse files
committed
Fixes license text in pyproject.toml
1 parent 134709c commit 3c92263

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ authors = [
1818
]
1919
description = "Fast and simple RL algorithms implemented in PyTorch"
2020
readme = { file = "README.md", content-type = "text/markdown"}
21-
license = "BSD-3-Clause"
22-
license-files = ["LICEN[CS]E*", "licenses/*.txt", "CONTRIBUTORS.md"]
21+
license = { text = "BSD-3-Clause" }
2322

2423
requires-python = ">=3.8"
2524
classifiers = [

0 commit comments

Comments
 (0)