Skip to content

Commit c4dfa11

Browse files
committed
Use hyphens
1 parent c24378b commit c4dfa11

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/cards/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "microsoft.teams.cards"
2+
name = "microsoft-teams-cards"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"

packages/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "microsoft.teams.common"
2+
name = "microsoft-teams-common"
33
version = "0.0.0"
44
description = "Add your description here"
55
readme = "README.md"

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[project]
2-
name = "teams-py"
2+
name = "microsoft-teams"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"
77
dependencies = [
8-
"microsoft.teams.common",
9-
"microsoft.teams.cards",
8+
"microsoft-teams-common",
9+
"microsoft-teams-cards",
1010
"pytest-asyncio>=1.0.0",
1111
]
1212

1313
[tool.uv.sources]
14-
"microsoft.teams.common" = { workspace = true }
15-
"microsoft.teams.cards" = { workspace = true }
14+
"microsoft-teams-common" = { workspace = true }
15+
"microsoft-teams-cards" = { workspace = true }
1616

1717
[tool.uv.workspace]
1818
members = ["packages/*"]

0 commit comments

Comments
 (0)