From 3f58643c02b74c0c3b9806a7e3abd213a248af37 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Tue, 9 May 2023 13:48:43 -0500 Subject: [PATCH 1/2] Find packages --- pyproject.toml | 4 ++++ setup.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c1ec9869..5c1de9245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,3 +31,7 @@ dependencies = [ ] dynamic = ["version"] + +[tool.setuptools.packages.find] +exclude = ["*tests*"] +namespaces = false \ No newline at end of file diff --git a/setup.py b/setup.py index b03184026..0f2e71b55 100755 --- a/setup.py +++ b/setup.py @@ -4,5 +4,4 @@ setup( name="dask_expr", - packages=["dask_expr"], ) From 132af67d4804aaff3b4e8b5fcd47d10e3ff1a8d5 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Tue, 9 May 2023 13:55:09 -0500 Subject: [PATCH 2/2] Lint --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c1de9245..0be949840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,4 +34,4 @@ dynamic = ["version"] [tool.setuptools.packages.find] exclude = ["*tests*"] -namespaces = false \ No newline at end of file +namespaces = false