File tree Expand file tree Collapse file tree 4 files changed +10
-1
lines changed
azure-ai-agentserver-agentframework
azure/ai/agentserver/agentframework
azure-ai-agentserver-core
azure-ai-agentserver-langgraph Expand file tree Collapse file tree 4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# ---------------------------------------------------------
22# Copyright (c) Microsoft Corporation. All rights reserved.
33# ---------------------------------------------------------
4- # pylint: disable=logging-fstring-interpolation
4+ # pylint: disable=logging-fstring-interpolation,no-name-in-module
55from __future__ import annotations
66
77import asyncio # pylint: disable=do-not-import-asyncio
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ dependencies = [
3030requires = [" setuptools>=69" , " wheel" ]
3131build-backend = " setuptools.build_meta"
3232
33+ [project .urls ]
34+ repository = " https://github.com/Azure/azure-sdk-for-python"
35+
3336[tool .setuptools .packages .find ]
3437exclude = [
3538 " tests*" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ dependencies = [
3535requires = [" setuptools>=69" , " wheel" ]
3636build-backend = " setuptools.build_meta"
3737
38+ [project .urls ]
39+ repository = " https://github.com/Azure/azure-sdk-for-python"
40+
3841[tool .setuptools .packages .find ]
3942exclude = [
4043 " tests*" ,
Original file line number Diff line number Diff line change @@ -31,6 +31,9 @@ dependencies = [
3131requires = [" setuptools>=69" , " wheel" ]
3232build-backend = " setuptools.build_meta"
3333
34+ [project .urls ]
35+ repository = " https://github.com/Azure/azure-sdk-for-python"
36+
3437[tool .setuptools .packages .find ]
3538exclude = [
3639 " tests*" ,
You can’t perform that action at this time.
0 commit comments