From a9b303c7f1c77f416b35398ce66ec63fb7469182 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 20 Oct 2020 16:26:45 -0700 Subject: [PATCH] Update MANIFEST.in --- MANIFEST.in | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 079351b..fe511eb 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,5 @@ -include LICENSE.txt -include README.md -include requirements.txt - +include LICENSE.txt README.md requirements.txt include spec/*.yaml -recursive-include tests * -recursive-exclude * __pycache__ -recursive-exclude * *.py[co] - -recursive-include docs *.css *.rst conf.py conf_doc_autogen.py Makefile make.bat README.md +graft src/pynwb/tests +global-exclude __pycache__ *.py[co]