Ensure that py.typed gets packaged and distributed

This commit is contained in:
Dave Pearson
2024-04-30 18:19:08 +01:00
parent 30090c5508
commit c4931b202d
+3
View File
@@ -7,6 +7,9 @@ license = "MIT"
readme = "README.md"
homepage = "https://ollama.ai"
repository = "https://github.com/jmorganca/ollama-python"
include = [
"ollama/py.typed"
]
[tool.poetry.dependencies]
python = "^3.8"