From 38fa81f70ef17cb70eb80110ec6aefc13d817347 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 30 Apr 2022 11:22:52 -0700 Subject: [PATCH] Update manifest (#388) --- MANIFEST.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index cda49483..d1508eee 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,14 +1,13 @@ include MANIFEST.in -recursive-include numpydoc * include *.txt include *.rst recursive-include doc * +recursive-include requirements * +recursive-include numpydoc * # Exclude what we don't want to include prune */__pycache__ exclude .circleci/config.yml exclude .coveragerc exclude codecov.yml -exclude doc/scipy-sphinx-theme/.git -exclude .gitmodules global-exclude *.pyc *~ *.bak *.swp *.pyo