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 07b7265 commit 913c7f5Copy full SHA for 913c7f5
pyproject.toml
@@ -7,7 +7,7 @@ name = "cgen"
7
version = "2025.0"
8
description = "C/C++ source generation from an AST"
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