From b04a82f100c5e2186eb8d39f9f1ff09335e8a51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 27 Sep 2024 18:01:42 +0200 Subject: [PATCH] pyproject: Include tests in sdist (#14) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5c1f8d5..dfa5d8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,9 @@ Source = "https://github.com/trailofbits/rfc8785.py" [tool.flit.module] name = "rfc8785" +[tool.flit.sdist] +include = ["test"] + [tool.mypy] mypy_path = "src" packages = "rfc8785"