Skip to content

Commit 464f76a

Browse files
committed
include type definitions in distribution
1 parent 6847118 commit 464f76a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,7 @@ push = false
6767

6868
[tool.bumpver.file_patterns]
6969
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
70-
"src/msgraph_core/_constants.py" = ["{version}"]
70+
"src/msgraph_core/_constants.py" = ["{version}"]
71+
72+
[tool.poetry.packages]
73+
include = ["src/msgraph_core"]

0 commit comments

Comments
 (0)