From 8d5fd02422b57be2b6c22ffa001d689f41dbfdd4 Mon Sep 17 00:00:00 2001 From: Charlie Li Date: Tue, 10 Oct 2023 18:12:12 -0400 Subject: [PATCH] BUG: build/include only asv in bdist setuptools automatically detects the flat-layout [0] and excludes items accordingly. [0] https://setuptools.pypa.io/en/latest/userguide/package_discovery.html#flat-layout --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dd80b2d0..2fcd5e6d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,8 +89,6 @@ license-files = [ "LICENSE.rst", ] -[tool.setuptools.packages.find] -namespaces = false [tool.setuptools.exclude-package-data] "*" = ["*.sh"]