We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 288e594 commit b57a7f0Copy full SHA for b57a7f0
pyproject.toml
@@ -7,7 +7,7 @@ name = "arraycontext"
7
version = "2024.0"
8
description = "Choose your favorite numpy-workalike"
9
readme = "README.rst"
10
-license = { text = "MIT" }
+license = "MIT"
11
authors = [
12
{ name = "Andreas Kloeckner", email = "[email protected]" },
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 :: Only",
0 commit comments