From 2aee3ac946ddc6781af7309fd8129a9b44412cfb Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 21 Dec 2020 21:19:56 -0500 Subject: [PATCH] Add typing stubfile --- imagemonk/py.typed | 0 pyproject.toml | 1 + 2 files changed, 1 insertion(+) create mode 100644 imagemonk/py.typed 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"