From 8436a978d0e2360dfad1f67d5e7e3c1ae894c46d Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Wed, 31 Jan 2024 16:31:25 +0100 Subject: [PATCH] Create and install py.typed to advertise type annotations. Signed-off-by: Yann Dirson --- pyproject.toml | 1 + xcp/py.typed | 0 2 files changed, 1 insertion(+) create mode 100644 xcp/py.typed diff --git a/pyproject.toml b/pyproject.toml index 36007f45..47de7c1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,6 +106,7 @@ build-backend = "setuptools.build_meta" [tool.setuptools] packages = ["xcp", "xcp.net", "xcp.net.ifrename"] +include-package-data = true [tool.black] line-length = 96 diff --git a/xcp/py.typed b/xcp/py.typed new file mode 100644 index 00000000..e69de29b