Skip to content

Commit c4931b2

Browse files
committed
Ensure that py.typed gets packaged and distributed
1 parent 30090c5 commit c4931b2

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
@@ -7,6 +7,9 @@ license = "MIT"
77
readme = "README.md"
88
homepage = "https://ollama.ai"
99
repository = "https://github.com/jmorganca/ollama-python"
10+
include = [
11+
"ollama/py.typed"
12+
]
1013

1114
[tool.poetry.dependencies]
1215
python = "^3.8"

0 commit comments

Comments
 (0)