Skip to content

Commit 62cdb47

Browse files
committed
Improve python package build
1 parent 646b2d9 commit 62cdb47

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ dependencies = [
2020
"azure-identity",
2121
"httpx",
2222
"trio",
23-
"faulthandler",
2423
"python-dateutil"
2524
]
2625

2726
[project.optional-dependencies]
27+
28+
[project.scripts]
29+
msgraphfs = "msgraphfs:main"

0 commit comments

Comments
 (0)