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 52e2cebCopy full SHA for 52e2ceb
pyproject.toml
@@ -1,11 +1,11 @@
1
[build-system]
2
-requires = ["setuptools>=61", "wheel"]
+requires = ["setuptools>=80", "wheel"]
3
build-backend = "setuptools.build_meta"
4
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