Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3058a9 commit e4b3d72Copy full SHA for e4b3d72
MANIFEST.in
@@ -21,6 +21,8 @@ recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in
21
include numpy/py.typed
22
include numpy/random/include/*
23
include numpy/*.pxd
24
+# Meson CPU Dispatcher
25
+recursive-include meson_cpu *.build *.in
26
# Add build support that should go in sdist, but not go in bdist/be installed
27
# Note that sub-directories that don't have __init__ are apparently not
28
# included by 'recursive-include', so list those separately
0 commit comments