1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-09-21 08:13:54 +00:00

Add typing stubfile

This commit is contained in:
Ethan Paul 2020-12-21 21:19:56 -05:00
parent 3f5259e0b5
commit 2aee3ac946
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6
2 changed files with 1 additions and 0 deletions

0
imagemonk/py.typed Normal file
View File

View File

@ -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"