@@ -14,10 +14,10 @@ name = "azure-ai-projects"
1414authors = [
1515 { name = " Microsoft Corporation" , email = " azpysdkhelp@microsoft.com" },
1616]
17- description = " Microsoft Corporation Azure Ai Projects Client Library for Python"
17+ description = " Microsoft Corporation Azure AI Projects Client Library for Python"
1818license = " MIT"
1919classifiers = [
20- " Development Status :: 4 - Beta " ,
20+ " Development Status :: 5 - Production/Stable " ,
2121 " Programming Language :: Python" ,
2222 " Programming Language :: Python :: 3 :: Only" ,
2323 " Programming Language :: Python :: 3" ,
@@ -26,6 +26,7 @@ classifiers = [
2626 " Programming Language :: Python :: 3.11" ,
2727 " Programming Language :: Python :: 3.12" ,
2828 " Programming Language :: Python :: 3.13" ,
29+ " Programming Language :: Python :: 3.14" ,
2930]
3031requires-python = " >=3.9"
3132keywords = [" azure" , " azure sdk" ]
@@ -43,21 +44,21 @@ dynamic = [
4344]
4445
4546[project .urls ]
46- repository = " https://github.com/Azure /azure-sdk-for- python"
47+ repository = " https://aka.ms/azsdk /azure-ai-projects-v2/ python/code "
4748
4849[tool .setuptools .dynamic ]
4950version = {attr = " azure.ai.projects._version.VERSION" }
5051readme = {file = [" README.md" , " CHANGELOG.md" ], content-type = " text/markdown" }
5152
5253[tool .setuptools .packages .find ]
5354exclude = [
54- " tests*" ,
55+ " azure.ai" ,
56+ " azure" ,
57+ " doc*" ,
58+ " generated_samples*" ,
5559 " generated_tests*" ,
5660 " samples*" ,
57- " generated_samples*" ,
58- " doc*" ,
59- " azure" ,
60- " azure.ai" ,
61+ " tests*" ,
6162]
6263
6364[tool .setuptools .package-data ]
@@ -68,3 +69,4 @@ verifytypes = false
6869
6970[tool .azure-sdk-conda ]
7071in_bundle = false
72+
0 commit comments