Skip to content

Commit 193100a

Browse files
committed
Fix deprecated license spec in pyproject
1 parent fbfc060 commit 193100a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "grudge"
77
version = "2024.0"
88
description = "Discretize discontinuous Galerkin operators quickly on heterogeneous hardware"
99
readme = "README.rst"
10-
license = { text = "MIT" }
10+
license = "MIT"
1111
authors = [
1212
{ name = "Andreas Kloeckner", email = "inform@tiker.net" },
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",

0 commit comments

Comments
 (0)