diff --git a/imagemonk/py.typed b/imagemonk/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 10be6c4..de41424 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"] description = "HTTP server for uploading images and generating thumbnails" repository = "https://github.com/mocproject/imagemonk/" packages = [{include = "imagemonk"}] +include = ["imagemonk/py.typed"] [tool.poetry.dependencies] python = "^3.7"