From ee11ce171243e382b736f941fdeae287191296f6 Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Fri, 26 Jan 2024 18:33:05 +0800 Subject: [PATCH] build: Add py.typed marker file according to PEP-561. (#287) --- src/ss_python/py.typed | 0 template/src/{{ module_name }}/py.typed | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/ss_python/py.typed create mode 100644 template/src/{{ module_name }}/py.typed diff --git a/src/ss_python/py.typed b/src/ss_python/py.typed new file mode 100644 index 00000000..e69de29b diff --git a/template/src/{{ module_name }}/py.typed b/template/src/{{ module_name }}/py.typed new file mode 100644 index 00000000..e69de29b