File tree Expand file tree Collapse file tree
azure-keyvault-administration Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515PACKAGE_NAME = "azure-keyvault-administration"
1616PACKAGE_PPRINT_NAME = "Key Vault Administration"
17- PACKAGE_NAMESPACE = "azure.keyvault.administration._generated "
17+ PACKAGE_NAMESPACE = "azure.keyvault.administration"
1818
1919# a.b.c => a/b/c
2020package_folder_path = PACKAGE_NAMESPACE .replace ("." , "/" )
5353 zip_safe = False ,
5454 packages = find_packages (
5555 exclude = [
56+ "samples" ,
5657 "tests" ,
5758 # Exclude packages that will be covered by PEP420 or nspkg
5859 "azure" ,
5960 "azure.keyvault" ,
60- "azure.keyvault.administration" ,
6161 ]
6262 ),
6363 include_package_data = True ,
64- package_data = {
65- "azure.keyvault.administration._generated" : ["py.typed" ],
66- },
6764 install_requires = [
6865 "isodate>=0.6.1" ,
69- "azure-core>=1.37 .0" ,
66+ "azure-core>=1.38 .0" ,
7067 "typing-extensions>=4.6.0" ,
7168 ],
7269 python_requires = ">=3.9" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dynamic = [
4444repository = " https://github.com/Azure/azure-sdk-for-python"
4545
4646[tool .setuptools .dynamic ]
47- version = {attr = " azure.keyvault.keys._generated. _version.VERSION" }
47+ version = {attr = " azure.keyvault.keys._version.VERSION" }
4848readme = {file = [" README.md" , " CHANGELOG.md" ], content-type = " text/markdown" }
4949
5050[tool .setuptools .packages .find ]
@@ -56,7 +56,6 @@ exclude = [
5656 " doc*" ,
5757 " azure" ,
5858 " azure.keyvault" ,
59- " azure.keyvault.keys" ,
6059]
6160
6261[tool .setuptools .package-data ]
@@ -65,6 +64,23 @@ pytyped = ["py.typed"]
6564[tool .azure-sdk-build ]
6665pyright = false
6766
67+ [tool .uv .sources ]
68+ azure-core = { path = " ../../core/azure-core" }
69+ azure-keyvault-nspkg = { path = " ../../nspkg/azure-keyvault-nspkg" }
70+ azure-sdk-tools = { path = " ../../../eng/tools/azure-sdk-tools" }
71+
72+ [dependency-groups ]
73+ dev = [
74+ " aiohttp>=3.0" ,
75+ " azure-core" ,
76+ " azure-identity>=1.24.0" ,
77+ " azure-keyvault-nspkg" ,
78+ " azure-mgmt-keyvault==10.1.0" ,
79+ " azure-sdk-tools" ,
80+ " parameterized>=0.7.3" ,
81+ " python-dateutil>=2.8.0" ,
82+ ]
83+
6884[tool .azure-sdk-conda ]
6985in_bundle = true
7086bundle_name = " azure-keyvault"
You can’t perform that action at this time.
0 commit comments