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 = {}