diff options
author | mattip <matti.picus@gmail.com> | 2018-10-29 13:41:27 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-04 00:57:18 +0200 |
commit | 2b250b0d619c5e99a6435acb73817ec5cc9ab344 (patch) | |
tree | 5685f332530e1763626f3ef976392a8447123c39 /MANIFEST.in | |
parent | e3f4c536a0014789dbd0321926b4f62c39d73719 (diff) | |
download | numpy-2b250b0d619c5e99a6435acb73817ec5cc9ab344.tar.gz |
ENH: supply our version of numpy.pxd, adjust as needed
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7c8f3b6ef..dbe55da53 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,6 +10,7 @@ include *.txt include README.md include site.cfg.example recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in +include numpy/__init__.pxd # Add build support that should go in sdist, but not go in bdist/be installed # Note that sub-directories that don't have __init__ are apparently not # included by 'recursive-include', so list those separately |