From be6783c946a056442e01cd7bcd3e45b38c690127 Mon Sep 17 00:00:00 2001 From: rly Date: Wed, 17 Jul 2024 16:05:29 -0700 Subject: [PATCH] Also exclude src/matnwb from sdist --- {{ cookiecutter.namespace }}/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/{{ cookiecutter.namespace }}/pyproject.toml b/{{ cookiecutter.namespace }}/pyproject.toml index 7d06de1..ad9520d 100644 --- a/{{ cookiecutter.namespace }}/pyproject.toml +++ b/{{ cookiecutter.namespace }}/pyproject.toml @@ -65,6 +65,7 @@ packages = [ [tool.hatch.build.targets.sdist] exclude = [ ".git*", + "src/matnwb", ] [tool.pytest.ini_options]