From 0420b65597ce683167e9e0342d1bd825e4e49d18 Mon Sep 17 00:00:00 2001 From: Brian Berry Date: Wed, 17 Apr 2024 11:50:31 -0400 Subject: [PATCH] Updates pyproject.toml to include py.typed --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 862e7ea..26b9c10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,9 @@ requires = [ [tool.setuptools.package-data] "pynxm" = ["py.typed"] +[tool.setuptools.packages.find] +where = ["."] + [tool.flit.metadata.requires-extra] dev = [ "tox",