From 9cd8b2a1629892cb7912cfda2893a3e51ec032c6 Mon Sep 17 00:00:00 2001 From: Matthew Avaylon Date: Thu, 14 Mar 2024 10:07:41 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc49298de..1bae035af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,6 @@ exclude = [ "src/nwb-schema", "docs/source/conf.py", "src/pynwb/_due.py", - "docs/source/tutorials/", "test.py" # remove when pytest comes along ] line-length = 120