Skip to content

Commit 2d5f811

Browse files
author
Grant Harris
committed
updated build backend
1 parent 36e2fe7 commit 2d5f811

15 files changed

Lines changed: 203 additions & 14 deletions

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-notifications"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-observability-core"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-observability-extensions-agent-framework"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-observability-extensions-langchain"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-observability-extensions-openai"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-observability-extensions-semantic-kernel"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-observability-hosting"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-runtime"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-tooling-extensions-agentframework"

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[build-system]
22
requires = ["setuptools>=68", "wheel", "tzdata"]
3-
build-backend = "setuptools.build_meta"
3+
build-backend = "build_backend"
4+
backend-path = ["../../versioning/helper"]
45

56
[project]
67
name = "microsoft-agents-a365-tooling-extensions-azureaifoundry"

0 commit comments

Comments
 (0)