From 2235ab7d7d4943bb88b071e4da090a4e0b9b37a3 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Mar 2024 16:48:50 +0100 Subject: [PATCH] Fix in-place building of model wheels (#2352) Fix `python -m build -n` for generated model packages. Fixes half of #2285 --- python/sdist/amici/MANIFEST.template.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/sdist/amici/MANIFEST.template.in b/python/sdist/amici/MANIFEST.template.in index eb3b1b450f..fd78129853 100644 --- a/python/sdist/amici/MANIFEST.template.in +++ b/python/sdist/amici/MANIFEST.template.in @@ -1 +1,3 @@ include *.cpp *.h +include CMakeLists.txt +recursive-include swig/ *