From eca3b31bd4418e4ae96f0c1bf0bac03ca4c09e3b Mon Sep 17 00:00:00 2001 From: Zeb Engberg Date: Thu, 21 Nov 2024 14:15:35 -0700 Subject: [PATCH] include load_factor static files in distribution --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 732ef377..75ca94d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,6 +167,7 @@ exclude = ["docs*", "tests*"] "pycontrails.models.humidity_scaling" = ["quantiles/*.pq"] "pycontrails.models.apcemm" = ["static/*.yaml"] "pycontrails.models.ps_model" = ["static/*.csv"] +"pycontrails.physics" = ["static/*.csv"] # https://github.com/pypa/setuptools_scm/ [tool.setuptools_scm]