1+ # --------------------------------------------------------------------------
2+ # Copyright (c) Microsoft Corporation. All rights reserved.
3+ # Licensed under the MIT License. See License.txt in the project root for license information.
4+ # Code generated by Microsoft (R) Python Code Generator.
5+ # Changes may cause incorrect behavior and will be lost if the code is regenerated.
6+ # --------------------------------------------------------------------------
7+
18[build-system ]
2- requires = [" setuptools>=61 .0.0 " , " wheel" ] # Requires 61.0.0 for dynamic version
9+ requires = [" setuptools>=77 .0.3 " , " wheel" ]
310build-backend = " setuptools.build_meta"
411
512[project ]
613name = " azure-keyvault-keys"
714authors = [
8- { name = " Microsoft Corporation" , email = " azpysdkhelp@microsoft.com" },
15+ { name = " Microsoft Corporation" , email = " azpysdkhelp@microsoft.com" },
916]
1017description = " Microsoft Corporation Azure Key Vault Keys Client Library for Python"
11- keywords = [" azure" , " azure sdk" ]
12- requires-python = " >=3.9"
13- license = {text = " MIT License" }
18+ license = " MIT"
1419classifiers = [
1520 " Development Status :: 5 - Production/Stable" ,
1621 " Programming Language :: Python" ,
@@ -21,49 +26,45 @@ classifiers = [
2126 " Programming Language :: Python :: 3.11" ,
2227 " Programming Language :: Python :: 3.12" ,
2328 " Programming Language :: Python :: 3.13" ,
24- " License :: OSI Approved :: MIT License" ,
2529]
30+ requires-python = " >=3.9"
31+ keywords = [" azure" , " azure sdk" ]
32+
2633dependencies = [
27- " azure-core>=1.31.0" ,
28- " cryptography>=2.1.4" ,
2934 " isodate>=0.6.1" ,
35+ " azure-core>=1.37.0" ,
3036 " typing-extensions>=4.6.0" ,
37+ " cryptography>=2.1.4" ,
38+ ]
39+ dynamic = [
40+ " version" , " readme"
3141]
32- dynamic = [" version" , " readme" ]
3342
3443[project .urls ]
35- repository = " https://github.com/Azure/azure-sdk-for-python/tree/main/sdk "
44+ repository = " https://github.com/Azure/azure-sdk-for-python"
3645
3746[tool .setuptools .dynamic ]
38- version = {attr = " azure.keyvault.keys._version.VERSION" }
47+ version = {attr = " azure.keyvault.keys._generated. _version.VERSION" }
3948readme = {file = [" README.md" , " CHANGELOG.md" ], content-type = " text/markdown" }
4049
4150[tool .setuptools .packages .find ]
42- exclude = [" samples*" , " tests*" , " azure" , " azure.keyvault" ]
51+ exclude = [
52+ " tests*" ,
53+ " generated_tests*" ,
54+ " samples*" ,
55+ " generated_samples*" ,
56+ " doc*" ,
57+ " azure" ,
58+ " azure.keyvault" ,
59+ " azure.keyvault.keys" ,
60+ ]
4361
4462[tool .setuptools .package-data ]
4563pytyped = [" py.typed" ]
4664
4765[tool .azure-sdk-build ]
4866pyright = false
4967
50- [tool .uv .sources ]
51- azure-core = { path = " ../../core/azure-core" }
52- azure-keyvault-nspkg = { path = " ../../nspkg/azure-keyvault-nspkg" }
53- azure-sdk-tools = { path = " ../../../eng/tools/azure-sdk-tools" }
54-
55- [dependency-groups ]
56- dev = [
57- " aiohttp>=3.0" ,
58- " azure-core" ,
59- " azure-identity>=1.24.0" ,
60- " azure-keyvault-nspkg" ,
61- " azure-mgmt-keyvault==10.1.0" ,
62- " azure-sdk-tools" ,
63- " parameterized>=0.7.3" ,
64- " python-dateutil>=2.8.0" ,
65- ]
66-
6768[tool .azure-sdk-conda ]
6869in_bundle = true
6970bundle_name = " azure-keyvault"
0 commit comments