11[build-system ]
22requires = [
3- " setuptools >= 61 .0.0" , # Support for setuptools config in pyproject.toml
3+ " setuptools >= 77 .0.0" , # Support for SPDX license expressions
44]
55build-backend = " setuptools.build_meta"
66
@@ -9,22 +9,23 @@ name = "requests-gssapi"
99description = " A GSSAPI authentication handler for python-requests"
1010readme = " README.rst"
1111requires-python = " >=3.8"
12- license = { file = " LICENSE " }
12+ license = " ISC "
1313authors = [
1414 { name = " Robbie Harwood" , email = " rharwood@redhat.com" },
1515 { name = " Ian Cordasco" },
1616 { name = " Cory Benfield" },
1717 { name = " Michael Komitee" },
1818]
19- keywords = [" ansible " , " debug " , " lsp " , " dap " ]
19+ keywords = [" gssapi " , " requests " , " auth " ]
2020classifiers = [
21- " License :: OSI Approved :: ISC License (ISCL)" ,
2221 " Programming Language :: Python :: 3" ,
2322 " Programming Language :: Python :: 3.8" ,
2423 " Programming Language :: Python :: 3.9" ,
2524 " Programming Language :: Python :: 3.10" ,
2625 " Programming Language :: Python :: 3.11" ,
2726 " Programming Language :: Python :: 3.12" ,
27+ " Programming Language :: Python :: 3.13" ,
28+ " Programming Language :: Python :: 3.14" ,
2829]
2930dependencies = [
3031 " requests >= 1.1.0" ,
0 commit comments