Skip to content

Commit 941f6b2

Browse files
committed
fix: fixes module name for release
1 parent a188189 commit 941f6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repository = "https://github.com/microsoftgraph/msgraph-sdk-python"
4545
documentation = "https://github.com/microsoftgraph/msgraph-sdk-python/docs"
4646

4747
[tool.flit.module]
48-
name = "msgraph-sdk"
48+
name = "msgraph"
4949

5050
[tool.mypy]
5151
warn_unused_configs = true

0 commit comments

Comments
 (0)