Skip to content

Commit b57a7f0

Browse files
committed
Fix license spec in pyproject
1 parent 288e594 commit b57a7f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "arraycontext"
77
version = "2024.0"
88
description = "Choose your favorite numpy-workalike"
99
readme = "README.rst"
10-
license = { text = "MIT" }
10+
license = "MIT"
1111
authors = [
1212
{ name = "Andreas Kloeckner", email = "[email protected]" },
1313
]
@@ -17,7 +17,6 @@ classifiers = [
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Other Audience",
1919
"Intended Audience :: Science/Research",
20-
"License :: OSI Approved :: MIT License",
2120
"Natural Language :: English",
2221
"Programming Language :: Python",
2322
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)