Skip to content

Commit 07abc4c

Browse files
authored
Add packaging type information to pyproject.toml (#127)
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
1 parent 9f4c4e4 commit 07abc4c

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
@@ -26,6 +26,9 @@ repository = "https://github.com/replicate/replicate-python"
2626
[tool.pytest.ini_options]
2727
testpaths = "tests/"
2828

29+
[tool.setuptools.package-data]
30+
"replicate" = ["py.typed"]
31+
2932
[tool.ruff]
3033
select = [
3134
"E", # pycodestyle error

0 commit comments

Comments
 (0)