Skip to content

Commit 6f23ffe

Browse files
committed
add typing information to pyproject
1 parent f3063ac commit 6f23ffe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ push = false
7777
[tool.bumpver.file_patterns]
7878
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
7979
"msgraph/_version.py" = ["{version}"]
80+
81+
[tool.poetry.packages]
82+
include = ["msgraph"]

0 commit comments

Comments
 (0)