From 24e6542b17188ef849ef1a66622361993b31537b Mon Sep 17 00:00:00 2001 From: Christopher Banck Date: Tue, 14 Nov 2023 15:39:00 +0100 Subject: [PATCH] add py.typed to package (#105) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8bfffb3..6363747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,6 +53,9 @@ Repository = "https://github.com/fsantini/python-e3dc" [tool.setuptools] packages = ["e3dc"] +[tool.setuptools.package-data] +"*" = ["py.typed"] + [tool.setuptools.dynamic] version = {attr = "e3dc.__version__"}