From 20427d5954d3faa92c4b2f4c1960d007d036b427 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 31 Aug 2022 07:00:43 +0800 Subject: [PATCH] feat: Re-add tests to sdist c.f. https://github.com/litl/backoff/issues/75 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ec91ae8..88f88c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ classifiers = ['Development Status :: 5 - Production/Stable', 'Topic :: Utilities'] packages = [ { include = "backoff" }, + { include = "tests", format = "sdist" }, ] [tool.poetry.dependencies]