From f97c8a2697f25ec1a88faafcf77ca004de9f6c4d Mon Sep 17 00:00:00 2001 From: Nicolas Date: Sun, 6 Jul 2025 18:02:47 +0200 Subject: [PATCH] py.typed file added indication package uses type annotations --- pyproject.toml | 2 +- src/gaspype/py.typed | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 src/gaspype/py.typed diff --git a/pyproject.toml b/pyproject.toml index 162a104..9f5905f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ build-backend = "setuptools.build_meta" where = ["src"] [tool.setuptools.package-data] -gaspype = ["data/therm_data.bin"] +gaspype = ["data/therm_data.bin", "py.typed"] [project.optional-dependencies] dev = [ diff --git a/src/gaspype/py.typed b/src/gaspype/py.typed new file mode 100644 index 0000000..e69de29