Skip to content

Commit d584265

Browse files
committed
Move packages to microsoft.teams namespace
1 parent 5e50c32 commit d584265

File tree

18 files changed

+47
-41
lines changed

18 files changed

+47
-41
lines changed

packages/cards/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "cards"
2+
name = "microsoft.teams.cards"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
@@ -16,3 +16,6 @@ dependencies = [
1616
[build-system]
1717
requires = ["hatchling"]
1818
build-backend = "hatchling.build"
19+
20+
[tool.hatch.build.targets.wheel]
21+
packages = ["src/microsoft"]

packages/common/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "common"
2+
name = "microsoft.teams.common"
33
version = "0.0.0"
44
description = "Add your description here"
55
readme = "README.md"
@@ -30,3 +30,6 @@ Homepage = "https://github.com/microsoft/teams.py/tree/main/packages/common"
3030
[build-system]
3131
requires = ["hatchling"]
3232
build-backend = "hatchling.build"
33+
34+
[tool.hatch.build.targets.wheel]
35+
packages = ["src/microsoft"]

0 commit comments

Comments
 (0)