From feaf2024c5ebfaceb1be941be804e143fc244bc7 Mon Sep 17 00:00:00 2001 From: pdimens Date: Tue, 26 Nov 2024 10:38:34 -0500 Subject: [PATCH] revert setuptools --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 64cb03db8..99c23f24a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ readme = {file = "README.md", content-type = "text/markdown"} license = {text = "GPL-3.0"} [tool.setuptools.packages.find] -include = ["harpy"] +where = ["."] exclude = ["test"] [tool.setuptools.package-data]