From 414368acc1de6f6a1487d54d7490493a3b25191c Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 5 Mar 2024 12:15:25 +0100 Subject: [PATCH] Fix in-place building of model wheels 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/ *