diff --git a/pyproject.toml b/pyproject.toml index aff9bc3..1714ba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,4 +7,10 @@ dependencies = [ "pydantic[dotenv]==2.4.2", "starlette", "pyproj==3.6.1", -] \ No newline at end of file +] + +[tool.setuptools.packages.find] +where = ["."] +include = ["amarillo"] +exclude = ["data"] +namespaces = true