Skip to content

Commit a250dbd

Browse files
Copilotpontemonti
andauthored
Fix repository URLs in pyproject.toml files (#44)
* Initial plan * Fix all incorrect URLs in pyproject.toml files Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
1 parent ed0d818 commit a250dbd

File tree

12 files changed

+44
-44
lines changed

12 files changed

+44
-44
lines changed

libraries/microsoft-agents-a365-notifications/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ dependencies = [
3333
]
3434

3535
[project.urls]
36-
Homepage = "https://github.com/microsoft/Agent365"
37-
Repository = "https://github.com/microsoft/Agent365"
38-
Issues = "https://github.com/microsoft/Agent365/issues"
39-
Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/notification"
36+
Homepage = "https://github.com/microsoft/Agent365-python"
37+
Repository = "https://github.com/microsoft/Agent365-python"
38+
Issues = "https://github.com/microsoft/Agent365-python/issues"
39+
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-notifications"
4040

4141
[project.optional-dependencies]
4242
dev = [

libraries/microsoft-agents-a365-observability-core/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ dependencies = [
3434
]
3535

3636
[project.urls]
37-
Homepage = "https://github.com/microsoft/Agent365"
38-
Repository = "https://github.com/microsoft/Agent365"
39-
Issues = "https://github.com/microsoft/Agent365/issues"
40-
Documentation = "https://github.com/microsoft/Agent365/tree/main/python/libraries/microsoft-agents-a365-observability-core"
37+
Homepage = "https://github.com/microsoft/Agent365-python"
38+
Repository = "https://github.com/microsoft/Agent365-python"
39+
Issues = "https://github.com/microsoft/Agent365-python/issues"
40+
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-core"
4141

4242
[project.optional-dependencies]
4343
azure = [

libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ dependencies = [
3232
]
3333

3434
[project.urls]
35-
Homepage = "https://github.com/microsoft/Agent365"
36-
Repository = "https://github.com/microsoft/Agent365"
37-
Issues = "https://github.com/microsoft/Agent365/issues"
35+
Homepage = "https://github.com/microsoft/Agent365-python"
36+
Repository = "https://github.com/microsoft/Agent365-python"
37+
Issues = "https://github.com/microsoft/Agent365-python/issues"
3838
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-agentframework"
3939

4040
[project.optional-dependencies]

libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies = [
3434
]
3535

3636
[project.urls]
37-
Homepage = "https://github.com/microsoft/Agent365"
38-
Repository = "https://github.com/microsoft/Agent365"
39-
Issues = "https://github.com/microsoft/Agent365/issues"
37+
Homepage = "https://github.com/microsoft/Agent365-python"
38+
Repository = "https://github.com/microsoft/Agent365-python"
39+
Issues = "https://github.com/microsoft/Agent365-python/issues"
4040
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-langchain"
4141

4242
[project.optional-dependencies]

libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ dependencies = [
3333
]
3434

3535
[project.urls]
36-
Homepage = "https://github.com/microsoft/Agent365"
37-
Repository = "https://github.com/microsoft/Agent365"
38-
Issues = "https://github.com/microsoft/Agent365/issues"
36+
Homepage = "https://github.com/microsoft/Agent365-python"
37+
Repository = "https://github.com/microsoft/Agent365-python"
38+
Issues = "https://github.com/microsoft/Agent365-python/issues"
3939
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-openai"
4040

4141
[project.optional-dependencies]

libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ dependencies = [
3535
]
3636

3737
[project.urls]
38-
Homepage = "https://github.com/microsoft/Agent365"
39-
Repository = "https://github.com/microsoft/Agent365"
40-
Issues = "https://github.com/microsoft/Agent365/issues"
38+
Homepage = "https://github.com/microsoft/Agent365-python"
39+
Repository = "https://github.com/microsoft/Agent365-python"
40+
Issues = "https://github.com/microsoft/Agent365-python/issues"
4141
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-semantickernel"
4242

4343
[project.optional-dependencies]

libraries/microsoft-agents-a365-runtime/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ dependencies = [
2828
]
2929

3030
[project.urls]
31-
Homepage = "https://github.com/microsoft/Agent365"
32-
Repository = "https://github.com/microsoft/Agent365"
33-
Issues = "https://github.com/microsoft/Agent365/issues"
34-
Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/observability"
31+
Homepage = "https://github.com/microsoft/Agent365-python"
32+
Repository = "https://github.com/microsoft/Agent365-python"
33+
Issues = "https://github.com/microsoft/Agent365-python/issues"
34+
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-runtime"
3535

3636
[project.optional-dependencies]
3737
dev = [

libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ dependencies = [
3131
]
3232

3333
[project.urls]
34-
Homepage = "https://github.com/microsoft/Agent365"
35-
Repository = "https://github.com/microsoft/Agent365"
36-
Issues = "https://github.com/microsoft/Agent365/issues"
37-
Documentation = "https://github.com/microsoft/Agent365/tree/main/libraries/microsoft-agents-a365-tooling-extensions-agentframework"
34+
Homepage = "https://github.com/microsoft/Agent365-python"
35+
Repository = "https://github.com/microsoft/Agent365-python"
36+
Issues = "https://github.com/microsoft/Agent365-python/issues"
37+
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-agentframework"
3838

3939
[project.optional-dependencies]
4040
dev = [

libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ dependencies = [
3030
]
3131

3232
[project.urls]
33-
Homepage = "https://github.com/microsoft/Agent365"
34-
Repository = "https://github.com/microsoft/Agent365"
35-
Issues = "https://github.com/microsoft/Agent365/issues"
36-
Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/azurefoundry"
33+
Homepage = "https://github.com/microsoft/Agent365-python"
34+
Repository = "https://github.com/microsoft/Agent365-python"
35+
Issues = "https://github.com/microsoft/Agent365-python/issues"
36+
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry"
3737

3838
[project.optional-dependencies]
3939
dev = [

libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ dependencies = [
2929
]
3030

3131
[project.urls]
32-
Homepage = "https://github.com/microsoft/Agent365"
33-
Repository = "https://github.com/microsoft/Agent365"
34-
Issues = "https://github.com/microsoft/Agent365/issues"
35-
Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/openai"
32+
Homepage = "https://github.com/microsoft/Agent365-python"
33+
Repository = "https://github.com/microsoft/Agent365-python"
34+
Issues = "https://github.com/microsoft/Agent365-python/issues"
35+
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-openai"
3636

3737
[project.optional-dependencies]
3838
dev = [

0 commit comments

Comments
 (0)