From 070232211aae8a7aa1aa1d4c988b0cd6a5909315 Mon Sep 17 00:00:00 2001 From: Leon Haffmans Date: Sun, 4 May 2025 12:19:02 +0200 Subject: [PATCH] Re-introduce the `py.typed` file marker --- pydifact/py.typed | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pydifact/py.typed diff --git a/pydifact/py.typed b/pydifact/py.typed new file mode 100644 index 0000000..65a800b --- /dev/null +++ b/pydifact/py.typed @@ -0,0 +1,2 @@ +# This file marks mypackage as PEP561 compatible. +# Further reading: https://mypy.readthedocs.io/en/stable/installed_packages.html#creating-pep-561-compatible-packages