We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfc060 commit 193100aCopy full SHA for 193100a
1 file changed
pyproject.toml
@@ -7,7 +7,7 @@ name = "grudge"
7
version = "2024.0"
8
description = "Discretize discontinuous Galerkin operators quickly on heterogeneous hardware"
9
readme = "README.rst"
10
-license = { text = "MIT" }
+license = "MIT"
11
authors = [
12
{ name = "Andreas Kloeckner", email = "inform@tiker.net" },
13
]
@@ -17,7 +17,6 @@ classifiers = [
17
"Intended Audience :: Developers",
18
"Intended Audience :: Other Audience",
19
"Intended Audience :: Science/Research",
20
- "License :: OSI Approved :: MIT License",
21
"Natural Language :: English",
22
"Programming Language :: Python",
23
"Programming Language :: Python :: 3",
0 commit comments