Hi Ole (2026.02.18_16:38:09_+0000)
execute_after_dh_auto_configure:
if [ -f MANIFEST.in ]; then mv MANIFEST.in MANIFEST.orig; fi
find . \( -path './.git' -o -path './debian' \) -prune -o -not -type d -printf
"include %P\n" > MANIFEST.in
if [ -f MANIFEST.orig ]; then cat MANIFEST.orig >> MANIFEST.in; fi
Seesm reasonable. If that works, we could teach pybuild to do that an request.
Stefano -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272

