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 1156f38 commit ef43e29Copy full SHA for ef43e29
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "pythonnet"
7
description = ".NET and Mono integration for Python"
8
-license = {text = "MIT"}
+license = "MIT"
9
10
readme = "README.rst"
11
@@ -18,7 +18,6 @@ requires-python = ">=3.7, <3.14"
18
classifiers = [
19
"Development Status :: 5 - Production/Stable",
20
"Intended Audience :: Developers",
21
- "License :: OSI Approved :: MIT License",
22
"Programming Language :: C#",
23
"Programming Language :: Python :: 3",
24
"Programming Language :: Python :: 3.7",
0 commit comments