diff --git a/pyproject.toml b/pyproject.toml index f948b3d97..8d2e4a8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,8 +133,9 @@ archs = ['AMD64'] [tool.setuptools.packages.find] where = ["."] -exclude = ["wheelhouse"] +exclude = ["wheelhouse", "test", "benchmarks", "docs"] namespaces = true +include = ["asv", "asv.*"] [tool.codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file