We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4c4e4 commit 07abc4cCopy full SHA for 07abc4c
1 file changed
pyproject.toml
@@ -26,6 +26,9 @@ repository = "https://github.com/replicate/replicate-python"
26
[tool.pytest.ini_options]
27
testpaths = "tests/"
28
29
+[tool.setuptools.package-data]
30
+"replicate" = ["py.typed"]
31
+
32
[tool.ruff]
33
select = [
34
"E", # pycodestyle error
0 commit comments