summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrankie Robertson <frankie@robertson.name>2020-06-27 13:27:32 +0300
committerFrankie Robertson <frankie@robertson.name>2020-06-27 13:29:15 +0300
commitbfbf33b5189bd49b2add79174f5b0b36aa7607bc (patch)
tree3b7a1e6416ca448a64fe8c7cbef0d65a4d516be7
parent7cbd822ffcc12808a35757da1289c7a7ee2284d8 (diff)
downloadnumpy-bfbf33b5189bd49b2add79174f5b0b36aa7607bc.tar.gz
MAINT: add py.typed sentinel to package manifest
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index f710c92e6..c62bf9b8c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -15,6 +15,7 @@ include tox.ini
include .coveragerc
include test_requirements.txt
recursive-include numpy/random *.pyx *.pxd *.pyx.in *.pxd.in
+include numpy/py.typed
include numpy/random/include/*
include numpy/__init__.pxd
# Add build support that should go in sdist, but not go in bdist/be installed