From 279da728d082fcff0c75fa5c7bcde04d06d923db Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Mon, 18 Dec 2023 16:04:47 +0100 Subject: [PATCH] Setuptools automatic package discovery --- pyproject.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 984a8eb..51c174f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,5 @@ dependencies = [ "geojson-pydantic==1.0.1", ] -[tool.setuptools.packages.find] -where = ["."] -include = ["amarillo"] -exclude = ["data"] -namespaces = true +[tool.setuptools.packages] +find = {}