From c0e4b8890c19284b4b1641ec423b0588a2d9c2ab Mon Sep 17 00:00:00 2001 From: penguinboi Date: Sun, 12 Apr 2026 22:36:19 -0400 Subject: [PATCH] added py.typed --- matrix/py.typed | 0 pyproject.toml | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 matrix/py.typed diff --git a/matrix/py.typed b/matrix/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index d25e9ec..0ca8fec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,9 @@ dev = [ packages = ["matrix"] license-files = [] +[tool.setuptools.package-data] +matrix = ["py.typed"] + [tool.setuptools_scm] write_to = "matrix/_version.py"