From 0a6b92193161996d9fd50afb030c564891777156 Mon Sep 17 00:00:00 2001 From: Sunny Rangnani Date: Mon, 27 May 2024 18:54:12 -0400 Subject: [PATCH] fix: remove tests dir in source distibution --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d18bec..d88cdd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,8 @@ packages = [ { include = "tests", format = "sdist" }, ] exclude = [ - "depocs/**/tests" + "depocs/**/tests", + "tests" ] [tool.poetry.dependencies]