🌐 AI搜索 & 代理 主页
Skip to content

Commit ef43e29

Browse files
committed
Fix pyproject.toml license spec
1 parent 1156f38 commit ef43e29

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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "pythonnet"
77
description = ".NET and Mono integration for Python"
8-
license = {text = "MIT"}
8+
license = "MIT"
99

1010
readme = "README.rst"
1111

@@ -18,7 +18,6 @@ requires-python = ">=3.7, <3.14"
1818
classifiers = [
1919
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: Developers",
21-
"License :: OSI Approved :: MIT License",
2221
"Programming Language :: C#",
2322
"Programming Language :: Python :: 3",
2423
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)