From 547c12faf9631f8cec5aa310a063484d9d79365d Mon Sep 17 00:00:00 2001 From: Mattt Zmuda Date: Fri, 28 Jul 2023 03:35:02 -0700 Subject: [PATCH] Add packaging type information to pyproject.toml Signed-off-by: Mattt Zmuda --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7a4603c0..f984f492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,9 @@ repository = "https://github.com/replicate/replicate-python" [tool.pytest.ini_options] testpaths = "tests/" +[tool.setuptools.package-data] +"replicate" = ["py.typed"] + [tool.ruff] select = [ "E", # pycodestyle error