Skip to content

Commit 913c7f5

Browse files
committed
Fix license spec in pyproject
1 parent 07b7265 commit 913c7f5

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 = "cgen"
77
version = "2025.0"
88
description = "C/C++ source generation from an AST"
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)