Skip to content

Commit 1bd792e

Browse files
committed
pyproject.toml: fix license
1 parent 671bcfb commit 1bd792e

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
@@ -7,7 +7,8 @@ name = "TA-Lib"
77
version = "0.6.6"
88
description = "Python wrapper for TA-Lib"
99
readme = "README.md"
10-
license = { text = "BSD-2-Clause" }
10+
license = "BSD-2-Clause"
11+
license-files = ["LICENSE"]
1112
authors = [
1213
{name = "John Benediktsson", email = "mrjbq7@gmail.com"}
1314
]

0 commit comments

Comments
 (0)