From 125bc78711b8a086839f62dccfe91d72d70a4ae5 Mon Sep 17 00:00:00 2001 From: Ryan Mast Date: Fri, 2 Feb 2024 23:43:09 -0800 Subject: [PATCH] Ensure build directory isn't accidentally included in the sdist --- helics_apps-pip/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helics_apps-pip/pyproject.toml b/helics_apps-pip/pyproject.toml index 50985ca..366cb36 100644 --- a/helics_apps-pip/pyproject.toml +++ b/helics_apps-pip/pyproject.toml @@ -62,6 +62,7 @@ wheel.py-api = "py2.py3" wheel.expand-macos-universal-tags = true metadata.version.provider = "scikit_build_core.metadata.setuptools_scm" sdist.include = ["helics_apps/_version.py"] +sdist.exclude = ["build"] sdist.cmake = true [tool.setuptools_scm] # Section required