diff options
author | John Kirkham <kirkhamj@janelia.hhmi.org> | 2018-06-12 13:08:50 -0400 |
---|---|---|
committer | John Kirkham <kirkhamj@janelia.hhmi.org> | 2018-06-12 13:08:50 -0400 |
commit | b031dc3af273b51e248f64356144b86e63c03c72 (patch) | |
tree | 30523f0a3ba6bcb5df7942cea12d824e86046fb8 | |
parent | 2f381fedddfec79f1c059c1b1ecc466593ecd691 (diff) | |
download | numpy-b031dc3af273b51e248f64356144b86e63c03c72.tar.gz |
MAINT: Package `tools/allocation_tracking`
Ensure `tools/allocation_tracking` is included in `sdist`s.
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 82de0012d..eff19e20a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -25,6 +25,7 @@ include doc/Makefile doc/postprocess.py recursive-include doc/release * recursive-include doc/source * recursive-include doc/sphinxext * +recursive-include tools/allocation_tracking * recursive-include tools/swig * recursive-include doc/scipy-sphinx-theme * |