Skip to content

Commit 2bd406c

Browse files
authored
modernize license declaration
1 parent 9f56612 commit 2bd406c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "3.0.0"
44
description = "Fast and sane reinforcement learning"
55
requires-python = ">=3.9"
66
readme = {file = "README.md", content-type = "text/markdown"}
7-
license= {file = "LICENSE"}
7+
license = "MIT"
8+
license-files = ["LICENSE"]
89
authors = [{ name = "Joseph Suarez", email = "[email protected]" }]
910
classifiers=[
1011
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)