summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2018-10-29 13:41:27 +0200
committermattip <matti.picus@gmail.com>2019-09-04 00:57:18 +0200
commit2b250b0d619c5e99a6435acb73817ec5cc9ab344 (patch)
tree5685f332530e1763626f3ef976392a8447123c39 /MANIFEST.in
parente3f4c536a0014789dbd0321926b4f62c39d73719 (diff)
downloadnumpy-2b250b0d619c5e99a6435acb73817ec5cc9ab344.tar.gz
ENH: supply our version of numpy.pxd, adjust as needed
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
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