Skip to content

Commit 5281086

Browse files
authored
Merge pull request #323 from KTibow/patch-2
modernize license declaration
2 parents 483e084 + 2bd406c commit 5281086

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)