diff --git a/pyproject.toml b/pyproject.toml index 1f31334bf..f56f18c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,12 @@ include = [ { path = "examples/", format = "sdist" }, { path = "spectrafit/plugins/img/SpectraFit.png", format = "sdist" }, ] -exclude = ["docs/", "tools/"] +exclude = [ + "docs/", + "tools/", + "spectrafit/test/", + "spectrafit/**/test/", +] [tool.poetry.dependencies]