From bc091c3b1602badfcd4176703a2e32ebcddabc15 Mon Sep 17 00:00:00 2001 From: Sindre Nistad Date: Tue, 12 Mar 2024 15:46:37 +0100 Subject: [PATCH] fix: sources must be included in order to use the cached data --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f4045a41..139b73ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,8 @@ metadata.version.provider = "scikit_build_core.metadata.setuptools_scm" sdist.include = [ "gaussianfft/_version.py", # generated by setuptools-scm + # Include cached donwloads / compiled dependencies + "sources", ] sdist.exclude = [ "venv",