From c84f0bb6d56c7bbb38d7e11d92aa61e135904e2b 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. Use MANIFEST.in so the file will still be installed in a RPM setup that disables the use of setuptools_scm. Signed-off-by: Yann Dirson --- xcp/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 xcp/py.typed diff --git a/xcp/py.typed b/xcp/py.typed new file mode 100644 index 00000000..e69de29b