We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134709c commit 3c92263Copy full SHA for 3c92263
pyproject.toml
@@ -18,8 +18,7 @@ authors = [
18
]
19
description = "Fast and simple RL algorithms implemented in PyTorch"
20
readme = { file = "README.md", content-type = "text/markdown"}
21
-license = "BSD-3-Clause"
22
-license-files = ["LICEN[CS]E*", "licenses/*.txt", "CONTRIBUTORS.md"]
+license = { text = "BSD-3-Clause" }
23
24
requires-python = ">=3.8"
25
classifiers = [
0 commit comments