Skip to content

Commit f73ffa2

Browse files
authored
Merge pull request #807 from microsoftgraph/bugfix/module-name
fix: fixes module name for release
2 parents a188189 + 941f6b2 commit f73ffa2

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)