Skip to content

Commit 20d089f

Browse files
committed
revert change to pyproject.toml
1 parent f843142 commit 20d089f

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
@@ -33,7 +33,7 @@ classifiers = [
3333
maintainers = [
3434
{ name = "Alistair Miles", email = "[email protected]" },
3535
]
36-
license = {text = "MIT License"}
36+
license = "MIT"
3737
license-files = [
3838
"LICENSE.txt",
3939
"c-blosc/LICENSE.txt",
@@ -57,6 +57,7 @@ test = [
5757
"coverage",
5858
"pytest",
5959
"pytest-cov",
60+
"pyzstd"
6061
]
6162
test_extras = [
6263
"importlib_metadata",

0 commit comments

Comments
 (0)