Skip to content

Commit f45fd5e

Browse files
committed
[ci] fix failed ci
1 parent f4be5ef commit f45fd5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "jdata"
77
version = "0.9.4"
88
description = "JSON/binary JSON formats for exchanging Python and Numpy data"
99
readme = "README.md"
10-
license = "Apache-2.0"
10+
license = {text = "Apache-2.0"}
1111
authors = [
1212
{ name = "Qianqian Fang", email = "fangqq@gmail.com" },
1313
]
@@ -60,4 +60,4 @@ include = ["jdata*"]
6060

6161
[tool.black]
6262
line-length = 100
63-
target-version = ["py37", "py38", "py39", "py310"]
63+
target-version = ["py37", "py38", "py39", "py310"]

0 commit comments

Comments
 (0)