Skip to content

Commit 6e1fa86

Browse files
authored
Move packages to microsoft.teams namespace (#28)
* Move packages to microsoft.teams namespace * script to create package * Fix * Use hyphens * use hyphens * fix errors * fix errors * add no-author * feedback
1 parent 5e50c32 commit 6e1fa86

File tree

23 files changed

+186
-67
lines changed

23 files changed

+186
-67
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ dmypy.json
2121
.DS_STORE
2222

2323
ref/
24-
24+
py.typed

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)