Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4b3d72

Browse files
seiko2plusrgommers
authored andcommitted
Fix sdist build
1 parent a3058a9 commit e4b3d72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in
2121
include numpy/py.typed
2222
include numpy/random/include/*
2323
include numpy/*.pxd
24+
# Meson CPU Dispatcher
25+
recursive-include meson_cpu *.build *.in
2426
# Add build support that should go in sdist, but not go in bdist/be installed
2527
# Note that sub-directories that don't have __init__ are apparently not
2628
# included by 'recursive-include', so list those separately

0 commit comments

Comments
 (0)