From 6b7d9f09fb306961345b167804c4c78443276af3 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Tue, 6 Feb 2024 17:39:46 -0800 Subject: [PATCH] Exclude tests from builds (#336) --- python/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pyproject.toml b/python/pyproject.toml index 4fda954cde..383be880ea 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -113,5 +113,6 @@ build-dir = "build/{wheel_tag}" cmake.build-type = "Release" cmake.minimum-version = "3.26.4" ninja.make-fallback = true +sdist.exclude = ["*tests*"] sdist.reproducible = true wheel.packages = ["kvikio"]