From 2bc2e0b1e7d88ba2a2d841052c08eb7dd1dcf6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20=E2=80=9CCyberTailor=E2=80=9D?= Date: Fri, 9 Jun 2023 17:37:35 +0500 Subject: [PATCH] pyproject.toml: include tests --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0642b48..3050ada 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,5 +36,8 @@ Issues = "https://bugs.sysrq.in/enter_bug.cgi?product=Software&component=gentle" [tool.flit.module] name = "gentle" +[tool.flit.sdist] +include = ["tests/"] + [tool.pytest.ini_options] addopts = "--doctest-modules"