From f3087bfe66834bb6b0e1111c13f65c663d0efc3a Mon Sep 17 00:00:00 2001 From: Daniil Fajnberg Date: Fri, 10 Mar 2023 13:05:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F=20Add=20`py.typed`=20mark?= =?UTF-8?q?er?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 1 + src/marshmallow_generic/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 src/marshmallow_generic/py.typed diff --git a/pyproject.toml b/pyproject.toml index 3cb1f63..c95c5fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ classifiers = [ "Operating System :: OS Independent", "License :: OSI Approved :: Apache Software License", "Intended Audience :: Developers", + "Typing :: Typed", ] dynamic = [ "dependencies", diff --git a/src/marshmallow_generic/py.typed b/src/marshmallow_generic/py.typed new file mode 100644 index 0000000..e69de29