File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=61 " , " wheel " ]
2+ requires = [" setuptools>=80 " ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " pythonnet"
77description = " .NET and Mono integration for Python"
8- license = { text = " MIT" }
8+ license = " MIT"
99
1010readme = " 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 = []
5957
6058[tool .setuptools .dynamic .version ]
6159file = " version.txt"
You can’t perform that action at this time.
0 commit comments