Bump setuptools and adjust license information (#2633) · pythonnet/pythonnet@4cbc6a9
11[build-system]
2-requires = ["setuptools>=61", "wheel"]
2+requires = ["setuptools>=80"]
33build-backend = "setuptools.build_meta"
4455[project]
66name = "pythonnet"
77description = ".NET and Mono integration for Python"
8-license = {text = "MIT"}
8+license = "MIT"
991010readme = "README.rst"
1111@@ -18,7 +18,6 @@ requires-python = ">=3.10, <3.14"
1818classifiers = [
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",
@@ -55,7 +54,6 @@ Sources = "https://github.com/pythonnet/pythonnet"
5554[tool.setuptools]
5655zip-safe = false
5756py-modules = ["clr"]
58-license-files = []
59576058[tool.setuptools.dynamic.version]
6159file = "version.txt"